summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-09 18:29:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-09 18:29:19 +0000
commit50e0d2a1114e7802343ad9d95cdd265b130392d1 (patch)
tree7d9d709d3bb2d0b1914d04e2d29bae78fda73403 /usr/local/www/firewall_rules.php
parente8c46ab78e97462e4f8574c17fe92e078845bc89 (diff)
downloadpfsense-50e0d2a1114e7802343ad9d95cdd265b130392d1.zip
pfsense-50e0d2a1114e7802343ad9d95cdd265b130392d1.tar.gz
Include IPSEC tab
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 1d83ac4..e2f5bfb 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -44,11 +44,11 @@ $if = $_GET['if'];
if ($_POST['if'])
$if = $_POST['if'];
-$iflist = array("lan" => "LAN", "wan" => "WAN");
+$iflist = array("lan" => "LAN", "wan" => "WAN", "enc0" => "IPSEC");
if ($config['pptpd']['mode'] == "server")
$iflist['pptp'] = "PPTP VPN";
-
+
if ($config['pppoe']['mode'] == "server")
$iflist['pppoe'] = "PPPoE VPN";
OpenPOWER on IntegriCloud