From c7574ecb800dfdc773137ff79ed6ed53801fd9b0 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Fri, 7 Jul 2023 23:37:47 +0100 Subject: [PATCH] update comment --- upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.php b/upload.php index 6360fbe..53c4b0f 100644 --- a/upload.php +++ b/upload.php @@ -93,7 +93,7 @@ try { $secret = $_POST['secret']; // The secret key $file = $_FILES['sharex']; // The uploaded file - // Page to show if someone visits the upload page + // Page to show if someone visits the upload script if (!$secret && !$file) { returnJson(array( 'status' => 'OK',