loel
This commit is contained in:
parent
0da89c0af6
commit
12d1fe7e0c
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
require_once 'core/classes.php';
|
||||
headStart();if($loggedIn) {
|
||||
headStart();
|
||||
if($isLoggedIn) {
|
||||
if (isset($_GET['client']) && $_GET['client'] == 2016 && $_GET['type'] == "player") {
|
||||
die(header("Location: /downloads/player-2016.zip"));
|
||||
}
|
||||
|
|
@ -10,4 +11,4 @@ die(header("Location: /downloads/studio-2016.zip"));
|
|||
} else {
|
||||
die("404"); // be as vague as possible.
|
||||
exit;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue