Fix stats

This commit is contained in:
leosw
2025-12-26 12:10:08 +01:00
parent ea208f5845
commit 18f014658b

View File

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