Revision 5b22b6b5
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
bin/mozilla/common.pl | ||
---|---|---|
415 | 415 |
|
416 | 416 |
my $callback = "$form->{script}?action=cov_selection_internal&"; |
417 | 417 |
map({ $callback .= "$_=" . $form->escape($form->{$_}) . "&" } |
418 |
(qw(login path password name input_name input_id is_vendor allow_both), grep({ /^[fl]_/ } keys %$form)));
|
|
418 |
(qw(name input_name input_id is_vendor allow_both), grep({ /^[fl]_/ } keys %$form))); |
|
419 | 419 |
|
420 | 420 |
my @header_sort = qw(name address contact); |
421 | 421 |
my %header_title = ( "name" => $locale->text("Name"), |
Auch abrufbar als: Unified diff
Die Variablen login und password müssen/dürfen seit der Umstellung auf Session basierte Authentifizierung nicht mehr übergeben werden.