summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_phase1.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-07-07 10:54:39 +0000
committerErmal Luçi <eri@pfsense.org>2009-07-07 10:55:30 +0000
commit4d828a9a8462389f1decbb4412818a486ed968f0 (patch)
treeea5ec5f3a6e8dd7e24080e09af3af8b374cc2050 /usr/local/www/vpn_ipsec_phase1.php
parent2779830353aac351969eabd4e403c84e8c984c51 (diff)
downloadpfsense-4d828a9a8462389f1decbb4412818a486ed968f0.zip
pfsense-4d828a9a8462389f1decbb4412818a486ed968f0.tar.gz
Fix interface list usage
WARN: Please ask before introducing old code on what have changed!
Diffstat (limited to 'usr/local/www/vpn_ipsec_phase1.php')
-rw-r--r--usr/local/www/vpn_ipsec_phase1.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/vpn_ipsec_phase1.php b/usr/local/www/vpn_ipsec_phase1.php
index 20ddd9b..399db37 100644
--- a/usr/local/www/vpn_ipsec_phase1.php
+++ b/usr/local/www/vpn_ipsec_phase1.php
@@ -48,9 +48,6 @@ if (!is_array($config['ipsec']['phase2']))
$a_phase1 = &$config['ipsec']['phase1'];
$a_phase2 = &$config['ipsec']['phase2'];
-if($config['interfaces']['lan'])
- $specialsrcdst = explode(" ", "lan");
-
$p1index = $_GET['p1index'];
if (isset($_POST['p1index']))
$p1index = $_POST['p1index'];
OpenPOWER on IntegriCloud