From 9e5dfe0dc5f3fe3930a38fda6f3cfe04a887c433 Mon Sep 17 00:00:00 2001 From: Dmitry Karpukhin Date: Fri, 16 Jan 2026 12:05:58 +0800 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=208=20=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=87=D0=B8=D0=BA=D0=B0=20=D0=B3?= =?UTF-8?q?=D0=B8=D1=82=D0=BB=D0=B0=D0=B1=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pull.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/pull.php b/public/pull.php index e4db6e7..5f103dc 100644 --- a/public/pull.php +++ b/public/pull.php @@ -25,7 +25,8 @@ if($json['total_commits'] > 0) { - $result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull"); +// $result = shell_exec("cd /var/www/lk && git reset --hard HEAD && git pull"); + $result = shell_exec("whoami"); echo "

$result

"; }