Projet

Général

Profil

« Précédent | Suivant » 

Révision fc835b04

Ajouté par Ermal il y a presque 10 ans

Use better looking description and remove base type from negotiation. This is only IKEv1 parameter. JS will be added later

Voir les différences:

usr/local/www/vpn_ipsec_phase1.php
659 659
						<td width="78%" class="vtable">
660 660
							<select name="mode" class="formselect">
661 661
							<?php
662
								$modes = array("main","aggressive","base");
662
								$modes = array("main" => "Main", "aggressive" => "Aggressive");
663 663
								foreach ($modes as $mode):
664 664
							?>
665 665
								<option value="<?=$mode;?>" <?php if ($mode == $pconfig['mode']) echo "selected"; ?>>

Formats disponibles : Unified diff