Project

General

Profile

« Previous | Next » 

Revision 1563

Added by Dietmar over 12 years ago

add linebreak in backend message for 'delete install folder...'

View differences:

branches/2.8.x/CHANGELOG
11 11
! = Update/Change
12 12

  
13 13
=========================== add small Features 2.8.2 ==========================
14
06 Jan-2012 Build 1563 Dietmar Woellbrink (Luisehahne)
15
! add linebreak in backend message for 'delete install folder...' 
14 16
05 Jan-2012 Build 1562 Dietmar Woellbrink (Luisehahne)
15 17
! only superadmin can start the upgrade-script from backend
16 18
05 Jan-2012 Build 1561 Dietmar Woellbrink (Luisehahne)
branches/2.8.x/wb/admin/start/index.php
69 69
			    exit;
70 70
			}
71 71
		} else {
72
			$msg .= (file_exists(WB_PATH.'/upgrade-script.php') ? '<br />'.$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'] : '');
72
			$msg .= (file_exists(WB_PATH.'/upgrade-script.php') ? '<br />'.$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'].'<br />' : '');
73 73
		}
74 74
	}
75 75
}
branches/2.8.x/wb/admin/interface/version.php
52 52

  
53 53
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
54 54
if(!defined('VERSION')) define('VERSION', '2.8.2');
55
if(!defined('REVISION')) define('REVISION', '1562');
55
if(!defined('REVISION')) define('REVISION', '1563');
56 56
if(!defined('SP')) define('SP', 'SP2');
branches/2.8.x/wb/framework/class.admin.php
135 135
							'VERSION' => VERSION,
136 136
							'SP' => (defined('SP') ? SP : ''),
137 137
							'REVISION' => REVISION,
138
							'SERVER_ADDR' => ((int)$this->get_user_id()==1 ? $_SERVER['SERVER_ADDR'] : ''),
138 139
							'WB_URL' => WB_URL,
139 140
							'ADMIN_URL' => ADMIN_URL,
140 141
							'THEME_URL' => THEME_URL,

Also available in: Unified diff