3 lines
37 B
PHP
3 lines
37 B
PHP
|
<?php
|
||
|
echo shell_exec("git pull");
|
||
|
?>
|