浏览代码

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');