Revision 2086
Added by darkviper almost 12 years ago
- A remaining semicolon removed from AccessFileHelper
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
16 Jan-2014 Build 2086 Manuela v.d.Decken(DarkViper) |
|
| 15 |
# A remaining semicolon removed from AccessFileHelper |
|
| 14 | 16 |
16 Jan-2014 Build 2085 Manuela v.d.Decken(DarkViper) |
| 15 | 17 |
! build DSN extended for PDO::MYSQL_ATTR_INIT_COMMAND = 'SET NAMES xx' |
| 16 | 18 |
16 Jan-2014 Build 2084 Manuela v.d.Decken(DarkViper) |
| 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.4');
|
| 54 |
if(!defined('REVISION')) define('REVISION', '2085');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '2086');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/framework/AccessFileHelper.php | ||
|---|---|---|
| 160 | 160 |
$sRootPath = self::getRealPath($sRootPath); |
| 161 | 161 |
$sFullPath = self::getRealPath($sFullPath); |
| 162 | 162 |
$sRetval = (preg_match('/^'.preg_quote($sRootPath, '/').'/', $sFullPath) ? $sFullPath : null );
|
| 163 |
return $sRetval;;
|
|
| 163 |
return $sRetval; |
|
| 164 | 164 |
} |
| 165 | 165 |
|
| 166 | 166 |
static public function getRealPath($sPath) |
Also available in: Unified diff