Update download.php

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

@ -35,7 +35,7 @@ $filesize = filesize($fileURL);
$baseurl = file_url_destination;
// Check if file exists
if(!file_exists($fileURL){
if(!file_exists($fileURL)){
http_response_code(404);
}

Loading…
Cancel
Save