cleanup some unneeded things

This commit is contained in:
2023-10-09 09:05:46 -04:00
parent 90c0f3e92d
commit 333a112ff6
4 changed files with 3 additions and 6 deletions

View File

@ -8,9 +8,8 @@
die();
}
try {
if (!isset($_GET["s"]) || $_GET["s"] == "original") {
if (!isset($_GET["s"]) || $_GET["s"] == "original")
$proxy->stream_linear_image($_GET["i"]);
}
} catch (Exception $error) {
header("X-Error: " . $error->getMessage());
$proxy->do404();