From 4621d21f324fbb386ad218bb545f3a414ce525ef 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: Tue, 28 Feb 2023 19:16:25 +0800 Subject: [PATCH] Update mytag_js.php --- src/apps/mytag_js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/mytag_js.php b/src/apps/mytag_js.php index b352d842..b11942e6 100755 --- a/src/apps/mytag_js.php +++ b/src/apps/mytag_js.php @@ -12,7 +12,7 @@ require_once(dirname(__FILE__).'/../system/common.inc.php'); require_once(DEDEINC.'/archive/partview.class.php'); if (isset($arcID)) $aid = $arcID; $arcID = $aid = (isset($aid) && is_numeric($aid)) ? $aid : 0; -if ($aid == 0) die(" document.write('Request Error!');"); +if ($aid == 0) die(" document.write('Request Error!'); "); $cacheFile = DEDEDATA.'/cache/mytag-'.$aid.'.htm'; if (isset($nocache) || !file_exists($cacheFile) || time() - filemtime($cacheFile) > $cfg_puccache_time) { $pv = new PartView();