From 030f0cb794e2cc477432aa108eceb3dd2a01a4b0 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 14 Mar 2009 23:58:34 -0400 Subject: Move (DHCP) --- usr/local/www/includes/functions.inc.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php index 4baec53..743a373 100644 --- a/usr/local/www/includes/functions.inc.php +++ b/usr/local/www/includes/functions.inc.php @@ -246,12 +246,8 @@ function get_interfacestatus(){ $data .= "block"; } $data .= ","; - if ($ifinfo['ipaddr']){ + if ($ifinfo['ipaddr']) $data .= htmlspecialchars($ifinfo['ipaddr']); - if ($ifinfo['dhcplink']) { - $data .= " (DHCP)"; - } - } $data .= ","; if ($ifinfo['status'] != "down") $data .= htmlspecialchars($ifinfo['media']); -- cgit v1.1