Files
webmin/file/cgi_args.pl
2009-06-07 20:01:06 +00:00

10 lines
141 B
Perl

do 'file-lib.pl';
sub cgi_args
{
my ($cgi) = @_;
# None of this module's CGIs can be linked to
return $cgi eq 'index.cgi' ? '' : 'none';
}