mirror of
https://github.com/webmin/webmin.git
synced 2026-02-01 23:47:04 +00:00
13 lines
186 B
Perl
Executable File
13 lines
186 B
Perl
Executable File
|
|
do 'ppp-client-lib.pl';
|
|
|
|
sub cgi_args
|
|
{
|
|
my ($cgi) = @_;
|
|
if ($cgi eq 'edit.cgi') {
|
|
my $conf = &get_config();
|
|
return @$conf ? 'idx='.$conf->[0]->{'index'} : 'new=1';
|
|
}
|
|
return undef;
|
|
}
|