改名
This commit is contained in:
@@ -275,6 +275,7 @@ class Loader extends BaseObject
|
|||||||
|
|
||||||
foreach ($directory as $key => $value) {
|
foreach ($directory as $key => $value) {
|
||||||
$_tmp .= DIRECTORY_SEPARATOR . $value;
|
$_tmp .= DIRECTORY_SEPARATOR . $value;
|
||||||
|
$this->addError($_tmp);
|
||||||
if (!empty($outPath) && str_contains($_tmp, $outPath)) {
|
if (!empty($outPath) && str_contains($_tmp, $outPath)) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user