mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Make directory include consistent
This commit is contained in:
@@ -420,7 +420,7 @@ if ($incdir =~ /^(.*)\[\^([^\]]+)\](.*)$/) {
|
||||
local $accept = join("", grep { !$reject{$_} } map { chr($_) } (32 .. 126));
|
||||
$incdir = $before."[".$accept."]".$after;
|
||||
}
|
||||
return glob($incdir);
|
||||
return sort { $a cmp $b } glob($incdir);
|
||||
}
|
||||
|
||||
# get_virtual_config(index)
|
||||
|
||||
Reference in New Issue
Block a user