mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 04:26:22 +05:30
Fixes
This commit is contained in:
parent
0df2146ce1
commit
2efa6f32f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue