login-well/internal/updateGit.php

3 lines
42 B
PHP
Raw Permalink Normal View History

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