Revision 84d90a03
Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt
SL/Menu.pm | ||
---|---|---|
122 | 122 |
} |
123 | 123 |
|
124 | 124 |
my $level = $form->escape($item); |
125 |
my $str = |
|
126 |
qq|$module?action=$action&level=$level&login=$form->{login}&password=$form->{password}|; |
|
127 |
my @vars = qw(module action target href); |
|
125 |
my $str = qq|$module?action=$action&level=$level|; |
|
126 |
my @vars = qw(module action target href); |
|
128 | 127 |
|
129 | 128 |
if ($self->{$item}{href}) { |
130 | 129 |
$str = qq|$self->{$item}{href}|; |
Auch abrufbar als: Unified diff
Altes JavaScript-Menüs auf neue Authentifizierungsart ohne explizite Übergabe von Benutzernamen und Passwort umgestellt.