mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
Firewall/Nat outbound, change caption
This commit is contained in:
parent
81a6424f72
commit
4ac6fae7da
@ -492,7 +492,7 @@ include("head.inc");
|
||||
$intfnatv4 = array();
|
||||
foreach ($fw->getInterfaceMapping() as $intf => $intfcf) {
|
||||
if (!empty($intfcf['ifconfig']['ipv4']) && empty($intfcf['gateway'])) {
|
||||
$intfv4[] = $intfcf['descr'] . ":" . gettext("Network");
|
||||
$intfv4[] = $intfcf['descr'] . " " . gettext("Networks");
|
||||
} elseif (substr($intfcf['if'], 0, 4) != 'ovpn' && !empty($intfcf['gateway'])) {
|
||||
$intfnatv4[] = $intfcf;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user