mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Fix includes
This commit is contained in:
parent
2693db5f6f
commit
b25feaadf6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user