summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-07-15 11:19:08 +0200
committerSeth Mos <seth.mos@xs4all.nl>2009-07-15 11:20:21 +0200
commit4da0e32a72ecd1ab6fb2fd741c62616ec00cb888 (patch)
treef295ca245547c739503a995a4b35ec4aaac6886e /usr
parent4504a76990aebf536c14501cf71907ae546d9c2a (diff)
downloadpfsense-4da0e32a72ecd1ab6fb2fd741c62616ec00cb888.zip
pfsense-4da0e32a72ecd1ab6fb2fd741c62616ec00cb888.tar.gz
Fix incorrect double click edit link for phase2 records.
The link referred the phase2 edit page with the phase1 id which was incorrect
Diffstat (limited to 'usr')
-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 a86b4f6..36dc56e 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -302,7 +302,7 @@ include("head.inc");
else
$spans = $spane = "";
?>
- <tr valign="top" ondblclick="document.location='vpn_ipsec_phase2.php?p2index=<?=$i;?>'">
+ <tr valign="top" ondblclick="document.location='vpn_ipsec_phase2.php?p2index=<?=$j;?>'">
<td nowrap class="listlr">
<?=$spans;?>
OpenPOWER on IntegriCloud