Update download.php

pull/8/head
SuperDev 3 years ago committed by GitHub
parent e2f7de6984
commit 72333d3bba
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 // Check if file exists
if(!file_exists($fileURL){ if(!file_exists($fileURL){
header('Location: ' . $baseurl); header("Location: $baseurl");
} }
$core = new Core(); $core = new Core();

Loading…
Cancel
Save