소스 검색

Editing the autoupdater thingie

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

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

@@ -1,6 +1,5 @@
 <?php
 
 $data = json_decode(file_get_contents('php://input'));
-$secret = $data['secret'];
 
-echo '{"ha":"ah"}';
+print_r($data)