Revision 599030d5
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
bin/mozilla/common.pl | ||
---|---|---|
47 | 47 |
|
48 | 48 |
my $url = "$form->{script}?"; |
49 | 49 |
my $first = 1; |
50 |
foreach my $key ((qw(login password path), @_)) {
|
|
50 |
foreach my $key ((qw(login password), @_)) { |
|
51 | 51 |
next unless ($key); |
52 | 52 |
$url .= "&" unless ($first); |
53 | 53 |
$first = 0; |
Auch abrufbar als: Unified diff
"path" wird nicht mehr benötigt.