From 8e2f86e50372463f31bf8794d5d31226cc6ba5dc Mon Sep 17 00:00:00 2001 From: leosw Date: Sat, 27 Dec 2025 19:24:26 +0100 Subject: [PATCH] Derniers visiteurs dans les stats --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 906db98..675973b 100644 --- a/index.php +++ b/index.php @@ -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";