mirror of
https://github.com/webmin/webmin.git
synced 2026-02-13 18:32:58 +00:00
13 lines
157 B
Perl
Executable File
13 lines
157 B
Perl
Executable File
|
|
do 'servers-lib.pl';
|
|
|
|
sub show_deftype
|
|
{
|
|
return ( $text{'config_typeauto'}, 4,
|
|
"-$text{'default'}",
|
|
map { $_->[0]."-".$_->[1] } @server_types );
|
|
}
|
|
|
|
1;
|
|
|