gitpull.php 108 B

1234
  1. <?php
  2. exec("cd .. && git pull 2<&1",$out);
  3. header('Content-type: application/json');
  4. echo json_encode($out);