diff --git a/index.php b/index.php index 675973b..906db98 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 --enable-panel=VISITORS --no-progress -o " + $cmd .= ") | goaccess --log-format=COMBINED --no-progress -o " . escapeshellarg($report) . " -' 2>&1";