debug
This commit is contained in:
@@ -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>";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user