debug stats
This commit is contained in:
@@ -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
1
stats.html
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user