Project

General

Profile

Bug #24460 ยป 16900.patch

Administrator Admin, 2011-01-03 19:35

View differences:

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] !== '/') {
    (1-1/1)