Project

General

Profile

« Previous | Next » 

Revision 1722

Added by Dietmar about 12 years ago

  1. fixed missing login template after install

View differences:

branches/2.8.x/CHANGELOG
13 13

  
14 14

  
15 15

  
16
30 Aug-2012 Build 1722 Dietmar Woellbrink (Luisehahne)
17
# fixed missing login template after install
16 18
29 Aug-2012 Build 1721 Dietmar Woellbrink (Luisehahne)
17 19
# fixed admin/settings, remove unknown variables
18 20
29 Aug-2012 Build 1720 Dietmar Woellbrink (Luisehahne)
branches/2.8.x/wb/admin/interface/version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.3');
54
if(!defined('REVISION')) define('REVISION', '1721');
54
if(!defined('REVISION')) define('REVISION', '1722');
55 55
if(!defined('SP')) define('SP', '');
branches/2.8.x/wb/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