git-update.php 77 B

12345
  1. <?php
  2. $data = json_decode(file_get_contents('php://input'));
  3. print_r($data)