mirror of https://github.com/helloxz/imgurl
修复BUG
parent
966a8a3ede
commit
d0bf245bb6
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue