diff --git a/index.php b/index.php index e8a40d5e..67c3d308 100755 --- a/index.php +++ b/index.php @@ -42,7 +42,7 @@ define('PATH', [ 'default' => ROOT_DIR . '/flextype/config', 'site' => ROOT_DIR . '/site/config', ], - 'cache' => ROOT_DIR . '/site/cache', + 'cache' => ROOT_DIR . '/var/cache', ]); /**