Revision 19bd7032
Added by Vinicius Coque about 14 years ago
usr/local/www/vpn_ipsec_phase1.php | ||
---|---|---|
590 | 590 |
<td width="78%" class="vtable"> |
591 | 591 |
<select name="mode" class="formselect"> |
592 | 592 |
<?php |
593 |
$modes = array(gettext("main"),gettext("aggressive"));
|
|
593 |
$modes = array("main","aggressive");
|
|
594 | 594 |
foreach ($modes as $mode): |
595 | 595 |
?> |
596 | 596 |
<option value="<?=$mode;?>" <?php if ($mode == $pconfig['mode']) echo "selected"; ?>> |
Also available in: Unified diff
Remove gettext from negotiation mode
It is causing errors on raccon because config file were generated with
translated words