diff --git a/download.php b/download.php index cd9cf3f..318fee6 100644 --- a/download.php +++ b/download.php @@ -36,7 +36,7 @@ $baseurl = file_url_destination; // Check if file exists if(!file_exists($fileURL){ -header('Location: ' . $baseurl); +header("Location: $baseurl"); } $core = new Core();