This commit is contained in:
leosw
2025-12-26 14:55:30 +01:00
parent 5c34318982
commit 587572297d

View File

@@ -146,6 +146,7 @@ if(isset($controller->splitted_url[1]) && $user->rankIsHigher("moderator")) {
. ' -\' 2>&1'; . ' -\' 2>&1';
$output = shell_exec($command); $output = shell_exec($command);
echo shell_exec('id');
include ($config['views_folder']."d.admin.stats.html"); include ($config['views_folder']."d.admin.stats.html");
} }