summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-07 22:23:46 -0500
committersullrich <sullrich@pfsense.org>2009-12-07 22:23:46 -0500
commitfbc8af8f05771247d006544d3c67c5ed2077448c (patch)
treeb3968ec888a34217f26a6c24eafe28a87f31d56c /usr/local/www/vpn_ipsec.php
parent38b5beaff8c9c2b7b8ec6000b6c685a08aacaf77 (diff)
downloadpfsense-fbc8af8f05771247d006544d3c67c5ed2077448c.zip
pfsense-fbc8af8f05771247d006544d3c67c5ed2077448c.tar.gz
Replace dollarsigndollarsign with dollarsign
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rwxr-xr-xusr/local/www/vpn_ipsec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index a694812..60bb0a2 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -90,7 +90,7 @@ if ($_GET['act'] == "delph1")
if ($a_phase1[$_GET['p1index']]) {
/* remove static route if interface is not WAN */
if ($a_phase1[$_GET['p1index']]['interface'] <> "wan")
- mwexec("/sbin/route delete -host {$$a_phase1[$_GET['p1index']]['remote-gateway']}");
+ mwexec("/sbin/route delete -host {$a_phase1[$_GET['p1index']]['remote-gateway']}");
/* remove all phase2 entries that match the ikeid */
$ikeid = $a_phase1[$_GET['p1index']]['ikeid'];
OpenPOWER on IntegriCloud