mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 05:04:51 +08:00
fix windows compatibility
This commit is contained in:
parent
29f5c3c758
commit
6fc875aa72
@ -78,7 +78,7 @@ class RefactoredConfig
|
||||
continue;
|
||||
}
|
||||
|
||||
$file_path = $config_path . '/' . $file;
|
||||
$file_path = zm_dir($config_path . '/' . $file);
|
||||
if (is_dir($file_path)) {
|
||||
// TODO: 支持子目录(待定)
|
||||
continue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user