diff --git a/X/StdOut-detail.php b/X/StdOut-detail.php
index f60d11d..0a8c6b5 100644
--- a/X/StdOut-detail.php
+++ b/X/StdOut-detail.php
@@ -68,9 +68,6 @@
"") {
$aixok++;
@@ -237,11 +215,9 @@
}
}
} else {
- // Si aucun résultat n'a été trouvé pour ce host
$rc = $stdout = $ts = "";
}
- // Affichage du tableau HTML (inchangé)
echo "| $host | ";
echo "$os | ";
echo "" . $ts . " | ";
@@ -260,7 +236,6 @@
$taix AIX : ";
diff --git a/X/StdOut.php b/X/StdOut.php
index 5afd46d..30ac995 100644
--- a/X/StdOut.php
+++ b/X/StdOut.php
@@ -63,29 +63,22 @@
- ";
-
- // Loop through the results (now very fast, no more queries inside)
if (is_array($results)) {
foreach ($results as $script) {
$scriptName = $script['cmd'];
$startTime = $script['debut'];
$endTime = $script['fin'];
-
echo "
";
}
}
-
echo "
";
?>