Ver código fonte

content-type

master
Robin Thoni 11 anos atrás
pai
commit
ac4a27135e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      index.php

+ 1
- 1
index.php Ver arquivo

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

Carregando…
Cancelar
Salvar