소스 검색

content-type

master
Robin Thoni 9 년 전
부모
커밋
ac4a27135e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      index.php

+ 1
- 1
index.php 파일 보기

@@ -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…
취소
저장