Revision 2086
Added by darkviper almost 11 years ago
- A remaining semicolon removed from AccessFileHelper
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