Commit 054884bf authored by Ad Schellevis's avatar Ad Schellevis

whitespace firewall_nat_npt_edit.php

parent ae95cf92
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment