Update download.php

This commit is contained in:
SuperDev
2022-12-22 13:46:33 -06:00
committed by GitHub
parent 72333d3bba
commit 4b2c042f7b

View File

@@ -36,7 +36,7 @@ $baseurl = file_url_destination;
// Check if file exists
if(!file_exists($fileURL){
header("Location: $baseurl");
http_response_code(404);
}
$core = new Core();