From 1722edbc7e06e0fb38088f6c2b83ace258111753 Mon Sep 17 00:00:00 2001 From: SuperDev Date: Thu, 22 Dec 2022 13:51:50 -0600 Subject: [PATCH] Update download.php --- download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.php b/download.php index 4f98db3..13e8a44 100644 --- a/download.php +++ b/download.php @@ -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); }