Project

General

Profile

« Previous | Next » 

Revision 98a13441

Added by Luiz Souza over 9 years ago

Fix visualization of the selected PFS key group.

Without this fix you can change your PFS key group to off when editing a phase 2 entry.

View differences:

src/usr/local/www/vpn_ipsec_phase2.php
686 686
$section->addInput(new Form_Select(
687 687
	'pfsgroup',
688 688
	'PFS key group',
689
	$pconfig['psgroup'],
689
	$pconfig['pfsgroup'],
690 690
	$sm ? $p2_pfskeygroups:array()
691 691
))->setHelp($sm ? '':'Set globally in mobile client options');
692 692

  

Also available in: Unified diff