diff options
Diffstat (limited to 'api')
| -rw-r--r-- | api/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/index.php b/api/index.php index 6110beb2b..8114e3a66 100644 --- a/api/index.php +++ b/api/index.php @@ -31,7 +31,7 @@ if (!empty($_SESSION["uid"])) { if (!Sessions::validate_session()) { - header("Content-Type: text/json"); + header("Content-Type: application/json"); print json_encode([ "seq" => -1, |