Basic cleanup options added

This commit is contained in:
2020-12-29 20:09:18 +01:00
parent cb3db37d8c
commit 863cbb6d9b
6 changed files with 123 additions and 13 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class osu_library
};
}
$glob = glob($library_folder . "/*", GLOB_ONLYDIR);
$glob = glob(utils::globsafe($library_folder) . "/*", GLOB_ONLYDIR);
natsort($glob); // i like wasting your processing power
foreach($glob as $folder)