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

Download Finobe

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