mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
12 lines
145 B
Perl
Executable File
12 lines
145 B
Perl
Executable File
|
|
do 'inetd-lib.pl';
|
|
|
|
sub cgi_args
|
|
{
|
|
my ($cgi) = @_;
|
|
if ($cgi eq 'edit_serv.cgi' || $cgi eq 'edit_rpc.cgi') {
|
|
return 'new=1';
|
|
}
|
|
return undef;
|
|
}
|