@@ -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);