mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
openvpn: fix dh selection; closes #2489
This commit is contained in:
parent
0fdf8efeb7
commit
74a489b21c
@ -928,7 +928,7 @@ endif; ?>
|
||||
$selected = ' selected="selected"';
|
||||
}
|
||||
?>
|
||||
<option value="<? html_safe($length) ?>" <?=$selected?>><?= sprintf(gettext('%s bit'), $length) ?></option>
|
||||
<option value="<?= html_safe($length) ?>" <?=$selected?>><?= sprintf(gettext('%s bit'), $length) ?></option>
|
||||
<?php
|
||||
endforeach; ?>
|
||||
</select>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user