Преглед изворни кода

Editing the autoupdater thingie

Andrea Franceschini пре 8 година
родитељ
комит
ade4c79a65
1 измењених фајлова са 1 додато и 2 уклоњено
  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)