cleanup some unneeded things
This commit is contained in:
parent
90c0f3e92d
commit
333a112ff6
4 changed files with 3 additions and 6 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue