From ca72591bfa11268b56ef79cfc9c24a86dd6e6692 Mon Sep 17 00:00:00 2001 From: Mario <100047175+Mariopizza1@users.noreply.github.com> Date: Sun, 26 Feb 2023 13:31:14 +0200 Subject: [PATCH] Update download.php --- download.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; +}