This commit is contained in:
Danang Probo Sayekti 2015-08-29 11:44:02 +07:00
commit 2efa6f32f3

View file

@ -2383,7 +2383,7 @@ EOF;
// File cache
function file_cache($request)
{
if (config('cache.off')) return;
if (config('cache.off') == 'true') return;
$c = str_replace('/', '#', str_replace('?', '~', $request));
$cachefile = 'cache/page/' . $c . '.cache';