Many improvements to the server #4

Merged
Fascinated merged 13 commits from development into master 2023-07-07 23:07:20 +00:00
Showing only changes of commit c7574ecb80 - Show all commits

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