From 9b8689367a635df05192afd1f60bd15308d15d3d Mon Sep 17 00:00:00 2001 From: SuperDev Date: Thu, 22 Dec 2022 12:35:26 -0600 Subject: [PATCH] Update index.php --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 1eb1660..ed618c2 100644 --- a/index.php +++ b/index.php @@ -47,10 +47,10 @@ if(isset($_POST['submit'])){ if($core->FileSizeVerification($_FILES["fileToUpload"])){ $newfilename = $core->FileNameConvertor($_FILES["fileToUpload"]); if($core->UploadFile($_FILES["fileToUpload"], $newfilename)){ - $destination = base64_encode(file_url_destination.'/'.file_destination.'/'.$newfilename); + $destination = base64_encode(file_destination.'/'.$newfilename); ?>
- Success ! Your file are available here: ">download.php?file=