Update download.php

This commit is contained in:
Mario 2023-02-26 13:31:14 +02:00 committed by GitHub
parent ef667b8055
commit ca72591bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}
die("404"); // be as vague as possible.
exit;
}