- update for vcs update

This commit is contained in:
nockiro 2017-03-18 13:41:54 +01:00
parent 00cad1f068
commit 4fa4ea12d3

View file

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