Commit f9508244 authored by Ad Schellevis's avatar Ad Schellevis

add ksort() to previous

parent 74e8e203
...@@ -173,6 +173,7 @@ function openvpn_get_cipherlist() ...@@ -173,6 +173,7 @@ function openvpn_get_cipherlist()
$ciphers[$cipher] = $line; $ciphers[$cipher] = $line;
} }
} }
ksort($ciphers);
$ciphers["none"] = gettext("None (No Encryption)"); $ciphers["none"] = gettext("None (No Encryption)");
return $ciphers; return $ciphers;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment