From 1ee55f16552443c3bcd0fa058f14e2457e0d81cc Mon Sep 17 00:00:00 2001 From: SuperDev Date: Thu, 22 Dec 2022 13:28:57 -0600 Subject: [PATCH] Update download.php --- download.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/download.php b/download.php index cebc9cc..e2fe9e8 100644 --- a/download.php +++ b/download.php @@ -31,6 +31,7 @@ $maxsize = max_size; // Get uploaded file $file = $_GET['file']; $fileURL = base64_decode($file); +$filesize = filesize($fileURL); $core = new Core(); @@ -53,7 +54,7 @@ if(isset($_POST['submit'])){ ?>
- +