summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/vpn_ipsec_phase2.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/local/www/vpn_ipsec_phase2.php b/src/usr/local/www/vpn_ipsec_phase2.php
index 95d9ff6..a1a6a20 100644
--- a/src/usr/local/www/vpn_ipsec_phase2.php
+++ b/src/usr/local/www/vpn_ipsec_phase2.php
@@ -639,6 +639,7 @@ foreach ($p2_ealgos as $algo => $algodata) {
$group = new Form_Group($i == 0 ? 'Encryption Algorithms':'');
$group->addClass('encalg');
+ // Note: ID attribute of each element created is to be unique.
$group->add(new Form_Checkbox(
'ealgos[]',
null,
@@ -676,6 +677,7 @@ foreach ($p2_ealgos as $algo => $algodata) {
$group = new Form_Group('Hash Algorithms');
foreach ($p2_halgos as $algo => $algoname) {
+ // Note: ID attribute of each element created is to be unique.
$group->add(new Form_Checkbox(
'halgos[]',
null,
OpenPOWER on IntegriCloud