if(isset($_GET['type'])) { if($_GET['type'] == "windows") { header("Location: https://www.hunch.ly/installers/hunchlyinstaller.msi"); } if($_GET['type'] == "mac") { header("Location: https://www.hunch.ly/installers/HunchlyInstaller.pkg"); } if($_GET['type'] == "linux") { header("Location: https://www.hunch.ly/installers/hunchly.deb"); } } ?>