Merge pull request #7 from bountin/content_type
Correcting content type from text/json to application/json
This commit is contained in:
@@ -730,7 +730,7 @@ class FeverAPI extends Handler {
|
|||||||
if ($this->xml)
|
if ($this->xml)
|
||||||
header("Content-Type: text/xml");
|
header("Content-Type: text/xml");
|
||||||
else
|
else
|
||||||
header("Content-Type: text/json");
|
header("Content-Type: application/json");
|
||||||
|
|
||||||
// check we have a valid user
|
// check we have a valid user
|
||||||
if (!$_SESSION["uid"]) {
|
if (!$_SESSION["uid"]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user