Revision 875e89ee
Von Moritz Bunkus vor mehr als 9 Jahren hinzugefügt
SL/Dispatcher/AuthHandler/Admin.pm | ||
---|---|---|
23 | 23 |
} |
24 | 24 |
|
25 | 25 |
$::request->{layout} = SL::Layout::Dispatcher->new(style => 'admin'); |
26 |
$::request->layout->no_menu(1); |
|
27 | 26 |
$::auth->delete_session_value('admin_password'); |
28 | 27 |
$::auth->punish_wrong_login; |
29 | 28 |
SL::Dispatcher::show_error('admin/adminlogin', 'password'); |
Auch abrufbar als: Unified diff
Funktionsaufruf zu SL::Layout->no_menu entfernt
Die Funktion wurde mit 68dbf4a4cb26b9554a23f076438109d7fc2d861c generell entfernt.