mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
interfces: not visible in menu #5987
This commit is contained in:
parent
9b21ba8243
commit
02ec39c0ae
@ -224,7 +224,7 @@ class MenuSystem
|
||||
$iftargets['if'][$key] = !empty($node->descr) ? (string)$node->descr : strtoupper($key);
|
||||
}
|
||||
// Wireless status tab
|
||||
if (!empty($node->wireless)) {
|
||||
if (isset($node->wireless)) {
|
||||
$iftargets['wl'][$key] = !empty($node->descr) ? (string)$node->descr : strtoupper($key);
|
||||
}
|
||||
// "Firewall: Rules" menu tab...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user