소스 검색

Editing the autoupdater thingie

Andrea Franceschini 9 년 전
부모
커밋
e3bb4e7b7c
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      pages/api/git-update.php

+ 0 - 2
pages/api/git-update.php

@@ -3,6 +3,4 @@
 $data = json_decode(file_get_contents('php://input'));
 $secret = $data['secret'];
 
-header('Content-Type: application/json');
-
 echo '{"ha":"ah"}';