From d0bf245bb6dcb32e8a8b743b71364b85ffc59c94 Mon Sep 17 00:00:00 2001 From: xiaoz Date: Thu, 28 Dec 2017 14:09:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- explore.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/explore.php b/explore.php index 9920356..983283c 100644 --- a/explore.php +++ b/explore.php @@ -30,6 +30,12 @@ //改变下管理员链接地址 $geturl = "&dir=$mydir"; } + //还没有目录 + if(!file_exists($mydir."/".$time."/")) { + //echo $mydir."/".$time."/"; + echo "

空空如也!

"; + exit; + } ?>