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