4
1
Fork 0
This commit is contained in:
MaKe_Univ3rs 2017-04-28 23:36:09 +02:00
parent fe31176a1e
commit ec67ffa978

View file

@ -1,4 +1,4 @@
<?php
echo shell_exec('cd /home/vac');
echo shell_exec('sudo git pull 2>&1');
?>
?>