Merge branch 'develop' into feature/migrations-up-down

This commit is contained in:
slawkens
2024-11-12 22:17:51 +01:00
14 changed files with 111 additions and 50 deletions

View File

@@ -43,6 +43,7 @@ if(isset($config['gzip_output']) && $config['gzip_output'] && isset($_SERVER['HT
ob_start('ob_gzhandler');
// cache
global $cache;
$cache = Cache::getInstance();
// event system