Explorar el Código

Editing the autoupdater thingie

Andrea Franceschini hace 8 años
padre
commit
ade4c79a65
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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)