Fix all stats
This commit is contained in:
@@ -10,10 +10,10 @@
|
|||||||
<section>
|
<section>
|
||||||
<h1><?=$head['title']?></h1>
|
<h1><?=$head['title']?></h1>
|
||||||
<br>
|
<br>
|
||||||
<h3>Retour de l'execution de la commande :</h3><br>
|
|
||||||
<pre><?
|
<pre><?
|
||||||
print_r($output);
|
print_r($output);
|
||||||
?></pre>
|
?></pre>
|
||||||
|
<br>
|
||||||
<? if (file_exists($report)) { ?>
|
<? if (file_exists($report)) { ?>
|
||||||
<a href='/report.html' target='_blank'><i class="fas fa-chart-line"></i> Voir le rapport</a>
|
<a href='/report.html' target='_blank'><i class="fas fa-chart-line"></i> Voir le rapport</a>
|
||||||
<? } else { ?>
|
<? } else { ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user