Explorar el Código

Editing the autoupdater thingie

Andrea Franceschini hace 9 años
padre
commit
24da27116d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');