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(); }