diff --git a/public/pull.php b/public/pull.php index b15f311..8535fb5 100644 --- a/public/pull.php +++ b/public/pull.php @@ -1,5 +1,5 @@ 0) { -// $result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull"); - $result = shell_exec("whoami"); + $result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull"); echo "

$result

"; }