From 46054f9e4983f68ef57996ae28db07911c787a9f Mon Sep 17 00:00:00 2001 From: xushubieli Date: Fri, 22 Apr 2022 16:14:34 +0800 Subject: [PATCH] Update common.func.php --- src/system/common.func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/common.func.php b/src/system/common.func.php index f6e3bb46..8d8a92b2 100755 --- a/src/system/common.func.php +++ b/src/system/common.func.php @@ -230,7 +230,7 @@ function ShowMsg($msg, $gourl, $onlymsg = 0, $limittime = 0) } $func .= "var pgo=0;function JumpUrl(){if (pgo==0){location='$gourl'; pgo=1;}}"; $rmsg = $func; - $rmsg .= "document.write(\"\");"; + $rmsg .= "document.write(\"\");"; $rmsg .= "document.write(\"
"; $rmsg .= "

提示信息

\");"; $rmsg .= "document.write(\"
\");";