Revision 1558
Added by Luisehahne about 13 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
=========================== add small Features 2.8.2 ========================== |
14 |
02 Jan-2012 Build 1557 Dietmar Woellbrink (Luisehahne) |
|
14 |
02 Jan-2012 Build 1558 Dietmar Woellbrink (Luisehahne) |
|
15 |
# remove backslash in $_CONFIG['extensions_dir'] |
|
15 | 16 |
! update editor.css for allcssand round (Tks to Ruebenwurzel) |
16 | 17 |
# bugfix in forgot_form.php |
17 | 18 |
02 Jan-2012 Build 1556 Dietmar Woellbrink (Luisehahne) |
branches/2.8.x/wb/include/quickSkin/wb_quickSkin_28.php | ||
---|---|---|
34 | 34 |
$_CONFIG['cache_lifetime'] = 600; |
35 | 35 |
|
36 | 36 |
// EXTENTSIONS DIR |
37 |
$_CONFIG['extensions_dir'] = str_replace('\\','/', dirname(__FILE__).'/_lib/qx/');
|
|
37 |
$_CONFIG['extensions_dir'] = str_replace('\\','/', dirname(__FILE__).'/_lib/qx'); |
|
38 | 38 |
|
39 | 39 |
require_once (WB_PATH.'/include/quickSkin/_lib/quickSkin_28/class.quickskin.php'); |
40 | 40 |
|
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', '1557');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1558');
|
|
56 | 56 |
if(!defined('SP')) define('SP', 'SP2'); |
Also available in: Unified diff
remove backslash in $_CONFIG['extensions_dir']