From 3996b79cf9e482dcb2d03644d0ac1c7463c33bf4 Mon Sep 17 00:00:00 2001 From: leosw Date: Fri, 26 Dec 2025 14:57:24 +0100 Subject: [PATCH] revert test --- controllers/d.admin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/d.admin.php b/controllers/d.admin.php index f4602da..96cbae2 100755 --- a/controllers/d.admin.php +++ b/controllers/d.admin.php @@ -146,7 +146,6 @@ 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"); }