webmin--webmin
15 行
145 B
Raku
可执行文件
15 行
145 B
Raku
可执行文件
# mod_info.pl
|
|
# This module defines only handlers
|
|
|
|
sub mod_info_directives
|
|
{
|
|
return ();
|
|
}
|
|
|
|
sub mod_info_handlers
|
|
{
|
|
return ("server-info");
|
|
}
|
|
|
|
1;
|