This commit is contained in:
2020-09-15 19:31:05 +08:00
parent bd764cfcb9
commit d31eb75c34
+1
View File
@@ -44,6 +44,7 @@ if (!function_exists('loadByDir')) {
{
$path = rtrim($path, '/');
foreach (glob($path . '/*') as $value) {
$value = realpath($value);
if (is_dir($value)) {
loadByDir($value);
} else {