update comment
All checks were successful
/ docker (push) Successful in 2m0s

This commit is contained in:
Lee 2023-07-07 23:37:47 +01:00
parent 71e2cf21be
commit c7574ecb80

@ -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',