mirror of
https://github.com/webmin/webmin.git
synced 2026-02-11 09:34:29 +00:00
13 lines
157 B
Perl
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;
|
|
|