diff --git a/download.php b/download.php index 5f6f2fc..f2e4ef1 100644 --- a/download.php +++ b/download.php @@ -8,6 +8,6 @@ if (isset($_GET['client']) && $_GET['client'] == 2016 && $_GET['type'] == "studi die(header("Location: /downloads/studio-2016.zip")); } } else { -die("Corrupted."); // be as vague as possible. -exit; -} \ No newline at end of file +die("404"); // be as vague as possible. +exit; +}