Stats : Commande plus robuste pour récupérer l'affichage

This commit is contained in:
leosw
2025-08-30 11:48:41 +02:00
parent b866cc890e
commit 363df1ab75
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
echo $line."<br>";
}
?></pre>
<? if ($result === 0 && file_exists($report)) { ?>
<? if (file_exists($report)) { ?>
<a href='/report.html' target='_blank'><i class="fas fa-chart-line"></i> Voir le rapport</a>
<? } else { ?>
Echec de la commande