mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix incorrect double click edit link for phase2 records.
The link referred the phase2 edit page with the phase1 id which was incorrect
This commit is contained in:
parent
4504a76990
commit
4da0e32a72
@ -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;?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user