From 49e83aef49c3be43b21b42226598dae052aec790 Mon Sep 17 00:00:00 2001 From: leosw Date: Sun, 28 Dec 2025 12:26:18 +0100 Subject: [PATCH] =?UTF-8?q?La=20mise=20=C3=A0=20jour=20affichera=20les=20e?= =?UTF-8?q?rreurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/d.admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/d.admin.php b/controllers/d.admin.php index 96cbae2..b04ec96 100755 --- a/controllers/d.admin.php +++ b/controllers/d.admin.php @@ -12,7 +12,7 @@ if(isset($controller->splitted_url[1]) && $user->rankIsHigher("moderator")) { $output = array(); chdir($config['abs_root_folder']); - exec("git pull", $output); + exec("git pull 2>&1", $output); include ($config['views_folder']."d.admin.git-pull.html"); }