From bab565fbd03f5eedd2c0f9373d1cb6f6cba21a9f Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 12 Nov 2024 22:01:15 +0100 Subject: [PATCH] Update init.php --- system/init.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/init.php b/system/init.php index dbc9db08..b489dd38 100644 --- a/system/init.php +++ b/system/init.php @@ -43,9 +43,11 @@ if(isset($config['gzip_output']) && $config['gzip_output'] && isset($_SERVER['HT ob_start('ob_gzhandler'); // cache +global $cache; $cache = Cache::getInstance(); // event system +global $hooks; $hooks = new Hooks(); $hooks->load();