Bug #24460 ยป 16900.patch
t3lib/cache/backend/class.t3lib_cache_backend_filebackend.php (revision ) | ||
---|---|---|
$documentRoot = '/';
|
||
}
|
||
if (TYPO3_OS === 'WIN') {
|
||
if (substr($cacheDirectory, 0, strlen($documentRoot)) === $documentRoot) {
|
||
$documentRoot = '';
|
||
}
|
||
}
|
||
$documentRoot = '';
|
||
}
|
||
}
|
||
}
|
||
// After this point all paths have '/' as directory seperator
|
||
if ($cacheDirectory[strlen($cacheDirectory) - 1] !== '/') {
|