summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-04 22:03:46 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-04 22:03:46 +0000
commitb51ca9d0cb74ff01b00dc5bb76dfe4869e70b5e8 (patch)
tree2562097a8793be1420613da05b9c2292a30ed9c7 /usr/local/www/firewall_rules.php
parent583cb3fe42e44bb6395aebfea02c4f158621a422 (diff)
downloadpfsense-b51ca9d0cb74ff01b00dc5bb76dfe4869e70b5e8.zip
pfsense-b51ca9d0cb74ff01b00dc5bb76dfe4869e70b5e8.tar.gz
Add PPPOE options.
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rwxr-xr-xusr/local/www/firewall_rules.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 8c02d56..1ebea22 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -48,8 +48,8 @@ $iflist = array("lan" => "LAN", "wan" => "WAN");
if ($config['pptpd']['mode'] == "server")
$iflist['pptp'] = "PPTP VPN";
-
-if ($config['pppoe']['mode'] == "server")
+
+if (isset($config['pppoe']['enable']))
$iflist['pppoe'] = "PPPoE VPN";
/* add ipsec filter gif interfaces */
OpenPOWER on IntegriCloud