Skip to content

Commit

Permalink
comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitesunrise committed Oct 22, 2016
1 parent 9dbc52b commit a0b4126
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ function upload(){

if (array_key_exists('success', $result)){ http_response_code(200); }
else if (array_key_exists('error', $result)){ http_response_code(400); }
//http_response_code(400);

header('Content-type: application/json');
header('Cache-Control: no-cache, must-revalidate');
Expand Down

0 comments on commit a0b4126

Please sign in to comment.