mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix options precedence
This commit is contained in:
@@ -638,6 +638,7 @@ if ($in{'protocols_def'}) {
|
||||
else {
|
||||
my @prots = split(/\0/, $in{'protocols'});
|
||||
@prots || &error($text{'core_eprotocols'});
|
||||
@prots = sort @prots;
|
||||
return ( [ join(" ", @prots) ] );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user