Handle hostnames with upper-case letters
[webmin.git] / apache / mod_info.pl
1 # mod_info.pl
2 # This module defines only handlers
3
4 sub mod_info_directives
5 {
6 return ();
7 }
8
9 sub mod_info_handlers
10 {
11 return ("server-info");
12 }
13
14 1;