From 438076805d7c0239b691affceec2f1b63751b164 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 19 May 2008 10:32:34 +0000 Subject: [PATCH] Added getFAIstatus.php git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10948 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/getFAIstatus.php | 61 +++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 gosa-core/html/getFAIstatus.php diff --git a/gosa-core/html/getFAIstatus.php b/gosa-core/html/getFAIstatus.php new file mode 100644 index 000000000..ebac93446 --- /dev/null +++ b/gosa-core/html/getFAIstatus.php @@ -0,0 +1,61 @@ +get_entries_by_mac(array($_GET['mac'])); +foreach($res as $entry){ + if(strtolower($entry['MACADDRESS']) == strtolower($_GET['mac'])){ + $img = "".$entry["; + } +} + + +?> + + + + + + + + -- 2.30.2