xxxrrrdddd 3 tahun lalu
induk
melakukan
b739a645ab
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      public/gitpull.php

+ 1 - 1
public/gitpull.php

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