diff --git a/admin/salles_live.php b/admin/salles_live.php index 4436c87..6ae2c62 100644 --- a/admin/salles_live.php +++ b/admin/salles_live.php @@ -7,7 +7,7 @@ header ('Content-Type: text/html; charset=utf-8'); include_once('libhome.php'); include_once('winlog_admin_conf.php'); include_once('connexions.php'); -$delaySec = $delay * 1000; +$delayMs = $delay * 1000; $username = phpCAS::getUser(); function ListeSalles() { @@ -23,6 +23,15 @@ function ListeSalles() { return $liste; } +function InfoWinlog() { + global $delay; + $nb = NbConnexions(); + $debut = date("d/m/Y", strtotime(PremiereConnexion())); + $info = "nb connexions stockées : ".$nb."\n"; + $info = $info."initiées le : ".$debut."\n"; + $info = $info."rafraichissement données : ".$delay." s\n"; + return $info; +} ?> @@ -39,8 +48,9 @@ function ListeSalles() { if (in_array($username, $autorises)) { // header $liste_salles = ListeSalles(); + $infobulle = InfoWinlog(); echo('\n"); echo(''."\n"); @@ -148,7 +158,7 @@ function ListeSalles() { if (div) { window.setInterval(function() { reload(url, div); - }, ); + }, ); reload(url, div); jourListeSalle(div); }