瀏覽代碼

Update oxwindow.class.php

tags/6.3.0
叙述、别离 6 月之前
父節點
當前提交
7fc8894b8f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/system/libraries/oxwindow.class.php

+ 1
- 1
src/system/libraries/oxwindow.class.php 查看文件

@@ -35,7 +35,7 @@ class OxWindow
$this->myWin .= fread($fp, filesize($checkScript));
fclose($fp);
} else {
$this->myWin .= "<!--function CheckSubmit(){return true;}-->";
$this->myWin .= "function CheckSubmit(){return true;}";
}
$this->myWin .= "</script>";
$this->formName = $formname;


Loading…
取消
儲存