diff --git a/system/includes/functions.php b/system/includes/functions.php index 082c3fb..4a4a58e 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -1625,6 +1625,8 @@ EOF; // File cache function file_cache($request) { + + if(config('cache.off')) return; $c = str_replace('/', '#', str_replace('?', '~', $request)); $cachefile = 'cache/page/' . $c . '.cache';