login-well/internal/updateGit.php

3 lines
37 B
PHP
Raw Normal View History

2017-03-18 13:26:18 +01:00
<?php
echo shell_exec("git pull");
?>