From 18f014658b0c34bc70355fe3d58237b5338ee0ef Mon Sep 17 00:00:00 2001 From: leosw Date: Fri, 26 Dec 2025 12:10:08 +0100 Subject: [PATCH] Fix stats --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 299fefe..e7cf3c1 100644 --- a/index.php +++ b/index.php @@ -161,7 +161,7 @@ if ($action === 'admin_generate_stats') { $report = __DIR__ . "/stats.html"; // Commande GoAccess - $cmd = "goaccess /var/log/nginx/access.log " + $cmd = "goaccess /var/log/nginx/materiel.kabano.org-access.log " . "--log-format=COMBINED " . "-o " . escapeshellarg($report) . " 2>&1";