Peppy BOM fix

This commit is contained in:
2020-12-27 12:32:55 +01:00
parent 22e3d31acb
commit 439f2cc9df
8 changed files with 448 additions and 328 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
// todo: repack osz file
// todo: dupe checker
// todo: stardiff deleter
// todo: mode deleter
// imports
@@ -68,7 +69,7 @@ if (isset($_GET["purify"]))
$start = file_get_contents("resources/start.html");
$start = str_replace("{{ STYLE }}", file_get_contents("resources/style.css"), $start);
echo $start;
dump($lib, "lib");
// dump($lib, "lib");
echo '<a href="./?scan">[Scan]</a> ';
echo '<a href="./?rescan">[Force rescan]</a> ';
echo '<a href="./?blacken">[Blacken]</a> ';