fixed json

This commit is contained in:
Lee 2023-04-09 17:31:08 +01:00
parent c0150ea85a
commit 3ef5a5023e

@ -56,8 +56,8 @@ try {
returnJson(array( returnJson(array(
'status' => 'ERROR', 'status' => 'ERROR',
'message' => 'Invalid token', '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(); die();
} }