Update download.php

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

@ -38,6 +38,9 @@ $baseurl = file_url_destination;
if(!file_exists($fileURL)){ if(!file_exists($fileURL)){
http_response_code(404); http_response_code(404);
} }
if($file == ''){
http_response_code(404);
}
$core = new Core(); $core = new Core();
?> ?>

Loading…
Cancel
Save