gitpull.php 155 B

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