fix windows compatibility

This commit is contained in:
sunxyw 2022-08-23 16:00:55 +08:00
parent 29f5c3c758
commit 6fc875aa72
No known key found for this signature in database
GPG Key ID: F391C42B19AFFC98

View File

@ -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;