grublox/download.php

9 lines
316 B
PHP

<?php
ob_start();
session_start();
if (isset($_GET['client']) && $_GET['client'] == 2016 && $_GET['type'] == "player") {
die(header("Location: /downloads/player-2016.zip"));
}
if (isset($_GET['client']) && $_GET['client'] == 2016 && $_GET['type'] == "studio") {
die(header("Location: /downloads/studio-2016.zip"));
}