summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_phase2.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_phase2.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_phase2.php')
-rw-r--r--usr/local/www/vpn_ipsec_phase2.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/vpn_ipsec_phase2.php b/usr/local/www/vpn_ipsec_phase2.php
index d9ab1ac..bb54c59 100644
--- a/usr/local/www/vpn_ipsec_phase2.php
+++ b/usr/local/www/vpn_ipsec_phase2.php
@@ -49,9 +49,6 @@ if (!is_array($config['ipsec']['phase2']))
$a_phase2 = &$config['ipsec']['phase2'];
-if($config['interfaces']['lan'])
- $specialsrcdst = explode(" ", "lan");
-
$p2index = $_GET['p2index'];
if (isset($_POST['p2index']))
$p2index = $_POST['p2index'];
OpenPOWER on IntegriCloud