git-update.php 152 B

12345678
  1. <?php
  2. $data = json_decode(file_get_contents('php://input'));
  3. $secret = $data['secret'];
  4. header('Content-Type: application/json');
  5. echo '{"ha":"ah"}';