mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
whitespace firewall_nat_npt_edit.php
This commit is contained in:
parent
ae95cf921c
commit
054884bf62
@ -46,7 +46,7 @@ function formInterfaces() {
|
||||
$interfaces['pptp'] = "PPTP VPN";
|
||||
|
||||
if (is_pppoe_server_enabled())
|
||||
$interfaces['pppoe'] = "PPPoE VPN";
|
||||
$interfaces['pppoe'] = "PPPoE VPN";
|
||||
|
||||
/* add ipsec interfaces */
|
||||
if (isset($config['ipsec']['enable']) || isset($config['ipsec']['client']['enable']))
|
||||
@ -54,7 +54,7 @@ function formInterfaces() {
|
||||
|
||||
/* add openvpn/tun interfaces */
|
||||
if (isset($config['openvpn']['openvpn-server']) || isset($config['openvpn']['openvpn-client'])) {
|
||||
$interfaces['openvpn'] = 'OpenVPN';
|
||||
$interfaces['openvpn'] = 'OpenVPN';
|
||||
}
|
||||
return $interfaces;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user