fix reload_ma_salle.php

This commit is contained in:
root
2019-01-22 08:52:19 +01:00
parent 1a06e4a2ab
commit 2e6c628d9d
3 changed files with 355 additions and 9 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ foreach($connexions_de_ma_salle as $con) {
echo "<td>".$style.date("H:i:s",$con["stamp"]).$fin_style."</td>";
echo "<td>".$style.$con["ip"].$fin_style."</td>";
echo "<td>".$div_trombi.$style.$username.$fin_style.$fin_div."</td>";
echo "<td>".$div_trombi.$style.$cpt[1]." ".$cpt[0].$fin_style.$
echo "<td>".$div_trombi.$style.$cpt[1]." ".$cpt[0].$fin_style."</td>";
echo "<td>".$style.$cpt[2].$fin_style."</td>";
echo "</tr>\n";
}