login-well/internal/updateGit.php
2017-03-18 13:41:54 +01:00

3 lines
No EOL
42 B
PHP

<?php
echo shell_exec("git pull 2>&1");
?>