mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
12 lines
124 B
Perl
Executable File
12 lines
124 B
Perl
Executable File
|
|
do 'cpan-lib.pl';
|
|
|
|
sub cgi_args
|
|
{
|
|
my ($cgi) = @_;
|
|
if ($cgi eq 'edit_mod.cgi') {
|
|
return 'idx=0&midx=0';
|
|
}
|
|
return undef;
|
|
}
|