Fixed osb variables

This commit is contained in:
2020-12-26 14:34:52 +01:00
parent 51cb4508ac
commit 4afe228cd3
2 changed files with 34 additions and 7 deletions
+1 -1
View File
@@ -53,7 +53,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="./?rescan">[Rescan]</a> ';
echo '<a href="./?blacken">[Blacken]</a> ';
echo '<a href="./?nosb">[NoSB]</a> ';