mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Move (DHCP)
This commit is contained in:
parent
87e07f5242
commit
030f0cb794
@ -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']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user