Forráskód Böngészése

Editing the autoupdater thingie

Andrea Franceschini 8 éve
szülő
commit
ade4c79a65
1 módosított fájl, 1 hozzáadás és 2 törlés
  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)