Revision 0afeb736
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
bin/mozilla/admin.pl | ||
---|---|---|
90 | 90 |
if ($form->{action}) { |
91 | 91 |
if ($auth->authenticate_root($form->{'{AUTH}admin_password'}) != $auth->OK()) { |
92 | 92 |
$auth->punish_wrong_login; |
93 |
$form->{error} = $locale->text('Incorrect Password!');
|
|
93 |
$form->{error} = $locale->text('Incorrect password!');
|
|
94 | 94 |
$auth->delete_session_value('admin_password'); |
95 | 95 |
adminlogin(); |
96 | 96 |
} else { |
Auch abrufbar als: Unified diff
Doppelte Übersetzungseinträge