Explorar o código

Editing the autoupdater thingie

Andrea Franceschini %!s(int64=8) %!d(string=hai) anos
pai
achega
ade4c79a65
Modificáronse 1 ficheiros con 1 adicións e 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)