改名
This commit is contained in:
+2
-1
@@ -46,7 +46,8 @@ if (!function_exists('loadByDir')) {
|
||||
foreach (glob($path . '/*') as $value) {
|
||||
if (is_dir($value)) {
|
||||
loadByDir($value);
|
||||
}else{
|
||||
} else {
|
||||
var_dump($value);
|
||||
include_once "$value";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user