- try to add the automatic vcs update

This commit is contained in:
nockiro 2017-03-18 13:26:18 +01:00
parent 86c5ebcd05
commit 00cad1f068

3
internal/updateGit.php Normal file
View file

@ -0,0 +1,3 @@
<?php
echo shell_exec("git pull");
?>