Derniers visiteurs dans les stats

This commit is contained in:
leosw
2025-12-27 19:24:26 +01:00
parent d9420f180b
commit 8e2f86e503

View File

@@ -179,7 +179,7 @@ if ($action === 'admin_generate_stats') {
// 3. Log du jour
$cmd .= "cat /var/log/nginx/materiel.kabano.org-access.log";
$cmd .= ") | goaccess --log-format=COMBINED --no-progress -o "
$cmd .= ") | goaccess --log-format=COMBINED --enable-panel=VISITORS --no-progress -o "
. escapeshellarg($report)
. " -' 2>&1";