From b25feaadf69f0fb653a5ea3fa908408b2658021c Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 19 Nov 2024 14:03:02 +0100 Subject: [PATCH] Fix includes --- system/init.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/init.php b/system/init.php index f903f692..86670247 100644 --- a/system/init.php +++ b/system/init.php @@ -28,7 +28,8 @@ if($config['gzip_output'] && isset($_SERVER['HTTP_ACCEPT_ENCODING']) && strpos($ ob_start('ob_gzhandler'); // cache -require_once SYSTEM . 'libs/cache.php'; +require_once LIBS . 'cache.php'; +require_once LIBS . 'src/Cache.php'; $cache = Cache::getInstance(); // trim values we receive