debug stats

This commit is contained in:
leosw
2025-12-27 19:15:35 +01:00
parent 982d5fe20b
commit 428f939a76
2 changed files with 3 additions and 1 deletions

View File

@@ -184,6 +184,7 @@ if ($action === 'admin_generate_stats') {
. " -' 2>&1";
// Exécuter
echo($cmd);
$output = shell_exec($cmd);
// Vérifier si le fichier a été généré
@@ -194,7 +195,7 @@ if ($action === 'admin_generate_stats') {
}
// Redirection vers le rapport
header("Location: stats.html");
//header("Location: stats.html");
exit;
}

1
stats.html Normal file

File diff suppressed because one or more lines are too long