git-update.php 109 B

123456
  1. <?php
  2. $data = json_decode(file_get_contents('php://input'));
  3. $secret = $data['secret'];
  4. echo '{"ha":"ah"}';