From 587572297d9dfd2383af7627bbd1c1e93a8566d0 Mon Sep 17 00:00:00 2001 From: leosw Date: Fri, 26 Dec 2025 14:55:30 +0100 Subject: [PATCH] test --- controllers/d.admin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/d.admin.php b/controllers/d.admin.php index 96cbae2..f4602da 100755 --- a/controllers/d.admin.php +++ b/controllers/d.admin.php @@ -146,6 +146,7 @@ if(isset($controller->splitted_url[1]) && $user->rankIsHigher("moderator")) { . ' -\' 2>&1'; $output = shell_exec($command); + echo shell_exec('id'); include ($config['views_folder']."d.admin.stats.html"); }