This commit is contained in:
leosw
2025-08-30 11:41:21 +02:00
parent bd8786daed
commit a8bc3e7ef7

View File

@@ -11,7 +11,7 @@
<h1><?=$head['title']?></h1> <h1><?=$head['title']?></h1>
<br> <br>
<h3>Retour de l'execution de la commande :</h3><br> <h3>Retour de l'execution de la commande :</h3><br>
<pre><? <pre><? print_r($output);
foreach($output as $line) { foreach($output as $line) {
echo $line."<br>"; echo $line."<br>";
} }