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";