|
|
@ -283,6 +283,11 @@ class BaseFileHelper |
|
|
|
return $result; |
|
|
|
return $result; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (empty($options['except']) && empty($options['only'])) { |
|
|
|
|
|
|
|
return true; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$path = str_replace('\\', '/', $path); |
|
|
|
$path = str_replace('\\', '/', $path); |
|
|
|
if ($isDir = is_dir($path)) { |
|
|
|
if ($isDir = is_dir($path)) { |
|
|
|
$path .= '/'; |
|
|
|
$path .= '/'; |
|
|
|