mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 10:35:27 +00:00
system: sort ciphers a bit, not perfect but easier to read
This commit is contained in:
parent
e38b845725
commit
71df9cc1cc
@ -394,6 +394,7 @@ include("head.inc");
|
||||
if ($ciphers == null) {
|
||||
$ciphers = array();
|
||||
}
|
||||
ksort($ciphers);
|
||||
foreach ($ciphers as $cipher => $cipher_data):?>
|
||||
<option value="<?=$cipher;?>" <?= !empty($pconfig['ssl-ciphers']) && in_array($cipher, $pconfig['ssl-ciphers']) ? 'selected="selected"' : '' ?>>
|
||||
<?=!empty($cipher_data['description']) ? $cipher_data['description'] : $cipher;?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user