From 7e4d1a5373c70c0fc82a7c308a73c1b8d91aee58 Mon Sep 17 00:00:00 2001 From: xushubieli Date: Fri, 14 Jan 2022 11:50:12 +0800 Subject: [PATCH] Update common.func.php --- src/include/common.func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/common.func.php b/src/include/common.func.php index fcd7bd27..f0469d2c 100755 --- a/src/include/common.func.php +++ b/src/include/common.func.php @@ -203,7 +203,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(\"
\");";