Revision 1989
Added by Luisehahne about 12 years ago
- bugfix /admin/start/index.php::undefined function replace_vars()
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
19 Oct-2013 Build 1989 Dietmar Woellbrink (Luisehahne) |
|
| 15 |
# bugfix /admin/start/index.php::undefined function replace_vars() |
|
| 14 | 16 |
19 Oct-2013 Build 1988 Dietmar Woellbrink (Luisehahne) |
| 15 | 17 |
! /upgrade-script.php, implement class AccessFile() |
| 16 | 18 |
add messages for better overview |
| branches/2.8.x/wb/admin/start/index.php | ||
|---|---|---|
| 27 | 27 |
// --------------------------------------- |
| 28 | 28 |
// $database = WbDatabase::getInstance(); |
| 29 | 29 |
|
| 30 |
require_once(WB_PATH.'/framework/functions.php'); |
|
| 30 | 31 |
if(defined('FINALIZE_SETUP')) {
|
| 31 |
require_once(WB_PATH.'/framework/functions.php'); |
|
| 32 | 32 |
$dirs = array( 'modules' => WB_PATH.'/modules/', |
| 33 | 33 |
'templates' => WB_PATH.'/templates/', |
| 34 | 34 |
'languages' => WB_PATH.'/languages/' |
| 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', '1988');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1989');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
Also available in: Unified diff