改名
This commit is contained in:
@@ -195,7 +195,7 @@ class Loader extends BaseObject
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
foreach ($exclude as $value) {
|
foreach ($exclude as $value) {
|
||||||
if (str_starts_with($value, $path)) {
|
if (str_starts_with($path, $value)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user