mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-02 20:29:20 +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');
|
ob_start('ob_gzhandler');
|
||||||
|
|
||||||
// cache
|
// cache
|
||||||
require_once SYSTEM . 'libs/cache.php';
|
require_once LIBS . 'cache.php';
|
||||||
|
require_once LIBS . 'src/Cache.php';
|
||||||
$cache = Cache::getInstance();
|
$cache = Cache::getInstance();
|
||||||
|
|
||||||
// trim values we receive
|
// trim values we receive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user