From 9dacbf44255bd1075baafc8255db09a2393e66da Mon Sep 17 00:00:00 2001 From: jbousquie Date: Tue, 13 Dec 2016 10:55:25 +0100 Subject: [PATCH] clean up --- admin/reload_salles.php | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/admin/reload_salles.php b/admin/reload_salles.php index 82bed08..6dccc06 100644 --- a/admin/reload_salles.php +++ b/admin/reload_salles.php @@ -105,27 +105,6 @@ while ($mdc = current($machines_de_salle)) { next($machines_de_salle); } -// connexions wifi -/* -$connexions_wifi = Connexions_wifi(); -echo "
"; -echo "
"; -echo "Connexions WIFI en cours (".count($connexions_wifi) ." connexions)

"; -echo "
\n"; -echo "\n"; -// boucle sur les connexions wifi en cours -while ($wc = current($connexions_wifi)) { -$l = '\n"; -echo $l; -next($connexions_wifi); -} -echo "
'.date("H:i:s",$wc["debut"]).''.$wc["ip"].''.$wc["username"].''.$wc["browser"]."
\n
\n"; - -// on ajoute un appel masqué au script wifi/kanet.php pour forcer la purge des connexions wifi fermées -$lien_purge = ""; -echo $lien_purge; -*/ - // Récupération des connexions sur la blacklist Squid // Stockage du résultat dans un dataset d'une
dédiée $connexions_blacklist_live = Connexions_blacklist_live($delay, $machines);