X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fhtml%2FgetFAIstatus.php;h=4f931a26f03fd3a6fca06045c4f9cb9a04d75f98;hb=07e3fef6d8486276130c0ad8d603aad189244587;hp=ebac934462b25055264494abc4fac29c10f7cfc9;hpb=438076805d7c0239b691affceec2f1b63751b164;p=gosa.git diff --git a/gosa-core/html/getFAIstatus.php b/gosa-core/html/getFAIstatus.php index ebac93446..4f931a26f 100644 --- a/gosa-core/html/getFAIstatus.php +++ b/gosa-core/html/getFAIstatus.php @@ -41,21 +41,8 @@ if(!isset($_GET['mac'])){ $config = session::get("config"); $o = new gosaSupportDaemon(); -$res = $o->get_entries_by_mac(array($_GET['mac'])); +$res = $o->get_entries_by_mac(split(",",$_GET['mac'])); foreach($res as $entry){ - if(strtolower($entry['MACADDRESS']) == strtolower($_GET['mac'])){ - $img = "".$entry["; - } + echo $entry['MACADDRESS']."|".$entry['PROGRESS']."\n"; } - - ?> - - - - - - - -