5 lines
89 B
PHP
5 lines
89 B
PHP
|
<?php
|
||
|
|
||
|
header("content-type: text/plain");
|
||
|
echo shell_exec("git pull 2>&1");
|