AlphalandVersion."-AlphalandLauncher.exe"; header("Content-type: application/octet-stream"); header("Content-Disposition: attachment; filename=AlphalandLauncher.exe"); echo file_get_contents($loc); } if (isset($_POST['SubmitStudio'])) { $loc = $GLOBALS['setupHtmlPath'].$ws->AlphalandStudioVersion."-AlphalandStudioLauncher.exe"; header("Content-type: application/octet-stream"); header("Content-Disposition: attachment; filename=AlphalandStudioLauncher.exe"); echo file_get_contents($loc); } $body = << body, html { height: 100%; margin: 0; } body { background-image: url("/alphaland/cdn/imgs/download-bg.png"); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; }

Download Alphaland

EOT; pageHandler(); $ph->pageTitle("Download"); $ph->body = $body; $ph->output();