Optimizer settings gardening

This commit is contained in:
2021-01-06 19:30:33 +01:00
parent 05117f6836
commit 1fcb640029
5 changed files with 25 additions and 15 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class osu_parser
// fix backslash and double quotes
public static function fix_filename(string $filename) : string
{
return trim(str_replace("\\", "/", $filename), "\"");
return trim(utils::to_unix_slashes($filename), "\"");
}
public static function file_ver_peppy(string $path)// : array|bool // see you in php8