This commit is contained in:
leosw
2025-08-30 12:38:20 +02:00
parent 114c971184
commit df2e08f54a

View File

@@ -128,7 +128,7 @@ if(isset($controller->splitted_url[1]) && $user->rankIsHigher("moderator")) {
$command = '/bin/bash -c \'(zcat '.implode(' ', $files).' && cat /var/log/nginx/kabano.org-access.log.1) | goaccess --log-format=COMBINED --no-progress -o '.escapeshellarg($report).'\' 2>&1';
$output = shell_exec($command);
var_dump($files);
echo shell_exec('env');
include ($config['views_folder']."d.admin.stats.html");
}