mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#302 보완
This commit is contained in:
parent
a880350cad
commit
1c1f1175e6
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ class FileHandler
|
|||
$file = sprintf('%s%s', str_replace(_XE_PATH_, '', $path), $file);
|
||||
}
|
||||
|
||||
$output[] = str_replace(DIRECTORY_SEPARATOR, '', $file);
|
||||
$output[] = str_replace(array('/\\', '//'), DIRECTORY_SEPARATOR, $file);
|
||||
}
|
||||
|
||||
return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue