Handle hostnames with upper-case letters
[webmin.git] / dovecot / cgi_args.pl
1
2 do 'dovecot-lib.pl';
3
4 sub cgi_args
5 {
6 my ($cgi) = @_;
7 if ($cgi =~ /^edit_/) {
8         # All edit_*.cgi files can be linked to
9         return '';
10         }
11 return undef;
12 }