Project

General

Profile

« Previous | Next » 

Revision 944

Added by Matthias about 15 years ago

added skinable Admin Interface

View differences:

login.php
57 57
$thisApp = new Login(
58 58
							array(
59 59
									"MAX_ATTEMPS" => "3",
60
									"WARNING_URL" => ADMIN_URL."/login/warning.html",
60
									"WARNING_URL" => THEME_URL."/templates/warning.htt",
61 61
									"USERNAME_FIELDNAME" => 'username',
62 62
									"PASSWORD_FIELDNAME" => 'password',
63 63
									"REMEMBER_ME_OPTION" => SMART_LOGIN,
......
67 67
									"MAX_PASSWORD_LEN" => "30",
68 68
									"LOGIN_URL" => WB_URL."/account/login.php?redirect=" .$redirect,
69 69
									"DEFAULT_URL" => WB_URL.PAGES_DIRECTORY."/index.php",
70
									"TEMPLATE_DIR" => ADMIN_PATH."/login",
71
									"TEMPLATE_FILE" => "template.html",
70
									"TEMPLATE_DIR" => THEME_PATH."/templates",
71
									"TEMPLATE_FILE" => "login.htt",
72 72
									"FRONTEND" => true,
73 73
									"FORGOTTEN_DETAILS_APP" => WB_URL."/account/forgot.php",
74 74
									"USERS_TABLE" => TABLE_PREFIX."users",

Also available in: Unified diff