Explorar el Código

content-type

master
Robin Thoni hace 9 años
padre
commit
ac4a27135e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      index.php

+ 1
- 1
index.php Ver fichero

@@ -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
 ?>

Loading…
Cancelar
Guardar