Handle hostnames with upper-case letters
[webmin.git] / inetd / cgi_args.pl
1
2 do 'inetd-lib.pl';
3
4 sub cgi_args
5 {
6 my ($cgi) = @_;
7 if ($cgi eq 'edit_serv.cgi' || $cgi eq 'edit_rpc.cgi') {
8         return 'new=1';
9         }
10 return undef;
11 }