From 5c1603a7dd0d7c3aca2d8a8ec49487e6ff560509 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?= <93301500+xushubieli@users.noreply.github.com> Date: Wed, 9 Nov 2022 18:56:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/templets/media_main.htm | 68 +++++++++++++++---------------- src/system/common.func.php | 2 +- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/src/admin/templets/media_main.htm b/src/admin/templets/media_main.htm index 34abb323..40124315 100644 --- a/src/admin/templets/media_main.htm +++ b/src/admin/templets/media_main.htm @@ -8,40 +8,40 @@ - + diff --git a/src/system/common.func.php b/src/system/common.func.php index 68d3004b..1d6cb8c0 100755 --- a/src/system/common.func.php +++ b/src/system/common.func.php @@ -345,7 +345,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(\"
\");";