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