Revision 949
Added by Matthias over 15 years ago
index.php | ||
---|---|---|
48 | 48 |
$thisApp = new Login( |
49 | 49 |
array( |
50 | 50 |
'MAX_ATTEMPS' => "3", |
51 |
'WARNING_URL' => THEME_URL."/templates/warning.htt",
|
|
51 |
'WARNING_URL' => THEME_URL."/templates/warning.html",
|
|
52 | 52 |
'USERNAME_FIELDNAME' => $username_fieldname, |
53 | 53 |
'PASSWORD_FIELDNAME' => $password_fieldname, |
54 | 54 |
'REMEMBER_ME_OPTION' => SMART_LOGIN, |
Also available in: Unified diff
removed unneeded icons from wb_theme
removed unneeded stylesheet.css from account dir
renamed warning.htt to warning.html to fix display of sourcecode after invalid login attemps
added fixed error.htt also to classic theme