Handle hostnames with upper-case letters
[webmin.git] / file / cgi_args.pl
1
2 do 'file-lib.pl';
3
4 sub cgi_args
5 {
6 my ($cgi) = @_;
7 # None of this module's CGIs can be linked to
8 return $cgi eq 'index.cgi' ? '' : 'none';
9 }