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"));
|
||||
}
|
||||
} else {
|
||||
die("Corrupted."); // be as vague as possible.
|
||||
exit;
|
||||
}
|
||||
die("404"); // be as vague as possible.
|
||||
exit;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue