Handle hostnames with upper-case letters
[webmin.git] / ppp-client / cgi_args.pl
1
2 do 'ppp-client-lib.pl';
3
4 sub cgi_args
5 {
6 my ($cgi) = @_;
7 if ($cgi eq 'edit.cgi') {
8         my $conf = &get_config();
9         return @$conf ? 'idx='.$conf->[0]->{'index'} : 'new=1';
10         }
11 return undef;
12 }