소스 검색

Editing the autoupdater thingie

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

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

@@ -1,3 +1,3 @@
 <?php
 
-print_r($_REQUEST);
+echo file_get_contents('php://input');