Move (DHCP)

This commit is contained in:
Scott Ullrich 2009-03-14 23:58:34 -04:00
parent 87e07f5242
commit 030f0cb794

View File

@ -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']);