From 2880b40f5fc5da2f829ca021ce4fdafb94b26b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=91=A8=E9=83=A8=E8=90=BD?= Date: Thu, 22 Apr 2021 21:46:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=AF=8F=E6=97=A5?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=B8=85=E7=90=86=E6=97=B6=E8=AE=BA=E5=9D=9B?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=BC=93=E5=AD=98=E7=9B=AE=E5=BD=95=E4=B8=8B?= =?UTF-8?q?=20index.htm=20=E8=A2=AB=E8=AF=AF=E5=88=A0=E9=99=A4=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/include/cron/cron_cleanup_daily.php | 1 + 1 file changed, 1 insertion(+) diff --git a/upload/source/include/cron/cron_cleanup_daily.php b/upload/source/include/cron/cron_cleanup_daily.php index 6960dc5ca..160f282b9 100644 --- a/upload/source/include/cron/cron_cleanup_daily.php +++ b/upload/source/include/cron/cron_cleanup_daily.php @@ -39,6 +39,7 @@ C::t('forum_tradelog')->expiration_finished(7); if($_G['setting']['cachethreadon']) { removedir($_G['setting']['cachethreaddir'], TRUE); + touch($_G['setting']['cachethreaddir'].'/index.htm'); } removedir($_G['setting']['attachdir'].'image', TRUE); @touch($_G['setting']['attachdir'].'image/index.htm'); -- Gitee