Parcourir la source

content-type

master
Robin Thoni il y a 9 ans
Parent
révision
ac4a27135e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      index.php

+ 1
- 1
index.php Voir le fichier

@@ -33,7 +33,7 @@ function main()
33 33
   else
34 34
     error(501, "Not implemented");
35 35
 }
36
-
36
+header("Content-Type: application/json");
37 37
 check_api_key();
38 38
 main();
39 39
 ?>

Chargement…
Annuler
Enregistrer