whitespace firewall_nat_npt_edit.php

This commit is contained in:
Ad Schellevis 2015-08-27 15:35:56 +02:00
parent ae95cf921c
commit 054884bf62

View File

@ -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;
}