From 7fc8894b8fe5aaccefe211716901c8dab17765bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <2449271624@qq.com> Date: Fri, 20 Oct 2023 19:00:17 +0800 Subject: [PATCH] Update oxwindow.class.php --- src/system/libraries/oxwindow.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/libraries/oxwindow.class.php b/src/system/libraries/oxwindow.class.php index d7195889..44af6b01 100755 --- a/src/system/libraries/oxwindow.class.php +++ b/src/system/libraries/oxwindow.class.php @@ -35,7 +35,7 @@ class OxWindow $this->myWin .= fread($fp, filesize($checkScript)); fclose($fp); } else { - $this->myWin .= ""; + $this->myWin .= "function CheckSubmit(){return true;}"; } $this->myWin .= ""; $this->formName = $formname;