当前提交
96fdf31588
共有 2 个文件被更改,包括 25 次插入 和 13 次删除
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
if (!function_exists('folderSize')) {
|
if (!function_exists('folderSize')) {
|
||||||
function folderSize($dir){
|
function folderSize($dir){
|
||||||
|
if (is_dir($dir)) {
|
||||||
$count_size = 0;
|
$count_size = 0;
|
||||||
$count = 0;
|
$count = 0;
|
||||||
$dir_array = scandir($dir);
|
$dir_array = scandir($dir);
|
||||||
|
|
@ -17,6 +18,9 @@ if (!function_exists('folderSize')) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $count_size;
|
return $count_size;
|
||||||
|
} else {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
8
assets/sstvimages/index.html
普通文件
8
assets/sstvimages/index.html
普通文件
|
|
@ -0,0 +1,8 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>403 Forbidden</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>Directory access is forbidden.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
正在加载…
在新工单中引用