修复BUG

pull/1/head
xiaoz 2017-12-28 14:09:20 +08:00
parent 966a8a3ede
commit d0bf245bb6
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@
//改变下管理员链接地址
$geturl = "&dir=$mydir";
}
//还没有目录
if(!file_exists($mydir."/".$time."/")) {
//echo $mydir."/".$time."/";
echo "<h3 class = 'text-center'>空空如也!</h3>";
exit;
}
?>
<div class="container" style = "margin-top:40px;">
<div class="row">