Fix stats
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user