Update download.php
This commit is contained in:
parent
ef667b8055
commit
ca72591bfa
|
|
@ -8,6 +8,6 @@ if (isset($_GET['client']) && $_GET['client'] == 2016 && $_GET['type'] == "studi
|
||||||
die(header("Location: /downloads/studio-2016.zip"));
|
die(header("Location: /downloads/studio-2016.zip"));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
die("Corrupted."); // be as vague as possible.
|
die("404"); // be as vague as possible.
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue