Repacker implemented

This commit is contained in:
2020-12-28 21:34:07 +01:00
parent c1860a090a
commit bbe7b5849a
9 changed files with 168 additions and 23 deletions
+7
View File
@@ -45,6 +45,13 @@ if ($display == "main")
redirect("./");
}
if (isset($_GET["repack"]) && !empty($_GET["key"]))
{
$key = $_GET["key"];
$dl = @optimizer::repack($lib, $key);
redirect("./" . $dl);
}
if (isset($_GET["blacken"]))
{
@optimizer::blacken_backgrounds($lib);