소스 검색

Editing the autoupdater thingie

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

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

@@ -1,5 +1,7 @@
 <?php
 
+die;
+
 $data = json_decode(file_get_contents('php://input'));
 $secret = $data->secret;