Revision 1c354001
Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt
bin/mozilla/admin.pl | ||
---|---|---|
}
|
||
call_sub($locale->findsub($form->{action}));
|
||
}
|
||
} elsif ($auth->authenticate_root($form->{rpw}, 0) == $auth->OK()) {
|
||
|
||
$auth->create_or_refresh_session() if ($auth->session_tables_present());
|
||
|
||
login();
|
||
} else {
|
||
# if there are no drivers bail out
|
||
$form->error($locale->text('No Database Drivers available!'))
|
Auch abrufbar als: Unified diff
Admin-Passwort nur überprüfen, wenn tatsächlich eine Action vorhanden ist
Ansonsten schlägt die 5s-Strafe auch schon zu, wenn man die
Admin-Login-Maske aufruft.