改名
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user