Update download.php

pull/8/head
SuperDev 3 years ago committed by GitHub
parent 72333d3bba
commit 4b2c042f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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();

Loading…
Cancel
Save