Revision 1722
Added by Luisehahne about 13 years ago
- fixed missing login template after install
| save.php | ||
|---|---|---|
| 683 | 683 |
|
| 684 | 684 |
$ThemeUrl = WB_URL.$admin->correct_theme_source('warning.html');
|
| 685 | 685 |
// Setup template object, parse vars to it, then parse it |
| 686 |
$ThemePath = realpath(WB_PATH.$admin->correct_theme_source('login.htt'));
|
|
| 686 |
$ThemePath = realpath(WB_PATH.$admin->correct_theme_source('loginBox.htt'));
|
|
| 687 | 687 |
|
| 688 | 688 |
// Log the user in and go to Website Baker Administration |
| 689 | 689 |
$thisApp = new Login( |
| ... | ... | |
| 700 | 700 |
'LOGIN_URL' => ADMIN_URL."/login/index.php", |
| 701 | 701 |
'DEFAULT_URL' => ADMIN_URL."/start/index.php", |
| 702 | 702 |
'TEMPLATE_DIR' => $ThemePath, |
| 703 |
'TEMPLATE_FILE' => 'login.htt', |
|
| 703 |
'TEMPLATE_FILE' => 'loginBox.htt',
|
|
| 704 | 704 |
'FRONTEND' => false, |
| 705 | 705 |
'FORGOTTEN_DETAILS_APP' => ADMIN_URL."/login/forgot/index.php", |
| 706 | 706 |
'USERS_TABLE' => TABLE_PREFIX."users", |
Also available in: Unified diff