Update download.php

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

@ -33,6 +33,10 @@ $file = $_GET['file'];
$fileURL = base64_decode($file);
$filesize = filesize($fileURL);
// Check if file exists
if(!file_exists($fileURL){
header("Location: " . file_url_destination);
}
$core = new Core();
?>

Loading…
Cancel
Save