mirror of
https://github.com/webmin/webmin.git
synced 2025-08-01 15:36:00 +00:00
13 lines
150 B
Perl
Executable File
13 lines
150 B
Perl
Executable File
|
|
do 'dovecot-lib.pl';
|
|
|
|
sub cgi_args
|
|
{
|
|
my ($cgi) = @_;
|
|
if ($cgi =~ /^edit_/) {
|
|
# All edit_*.cgi files can be linked to
|
|
return '';
|
|
}
|
|
return undef;
|
|
}
|