6 lines
79 B
PHP
6 lines
79 B
PHP
<?php
|
|
|
|
exec('/home/server/deploy/gitfetch.sh 2>&1 &', $o);
|
|
print_r($o);
|
|
|
|
exit; |