Handle hostnames with upper-case letters
[webmin.git] / caldera / index_body.cgi
1 #!/usr/local/bin/perl
2 # index_body.cgi
3 # Display an empty page
4
5 BEGIN { push(@INC, ".."); };
6 use WebminCore;
7 &init_config();
8 &header();
9