Files
webmin/servers/config_info.pl
2007-04-12 20:24:50 +00:00

13 lines
157 B
Perl

do 'servers-lib.pl';
sub show_deftype
{
return ( $text{'config_typeauto'}, 4,
"-$text{'default'}",
map { $_->[0]."-".$_->[1] } @server_types );
}
1;