mirror of
https://github.com/webmin/webmin.git
synced 2025-07-25 01:23:45 +00:00
10 lines
141 B
Perl
Executable File
10 lines
141 B
Perl
Executable File
|
|
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';
|
|
}
|