mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-24 00:55:35 +08:00
fix windows compatibility
This commit is contained in:
@@ -78,7 +78,7 @@ class RefactoredConfig
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$file_path = $config_path . '/' . $file;
|
$file_path = zm_dir($config_path . '/' . $file);
|
||||||
if (is_dir($file_path)) {
|
if (is_dir($file_path)) {
|
||||||
// TODO: 支持子目录(待定)
|
// TODO: 支持子目录(待定)
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user