This commit is contained in:
leosw
2025-12-27 19:35:54 +01:00
parent 8e2f86e503
commit 3b5fa92907

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 --enable-panel=VISITORS --no-progress -o "
$cmd .= ") | goaccess --log-format=COMBINED --no-progress -o "
. escapeshellarg($report)
. " -' 2>&1";