From 3ef5a5023ef26c895e9ff768d5d376d0b44ac67d Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sun, 9 Apr 2023 17:31:08 +0100 Subject: [PATCH] fixed json --- upload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upload.php b/upload.php index f6542d4..fc55b0a 100644 --- a/upload.php +++ b/upload.php @@ -56,8 +56,8 @@ try { returnJson(array( 'status' => 'ERROR', 'message' => 'Invalid token', - 'timeTaken' => $timeTaken, - 'support' => "For support, visit - https://git.fascinated.cc/Fascinated/sharex-php-uploader" + 'support' => "For support, visit - https://git.fascinated.cc/Fascinated/sharex-php-uploader", + 'timeTaken' => $timeTaken )); die(); }