diff options
-rw-r--r-- | core/config/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config/config.php b/core/config/config.php index 81652d1c..49b17908 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -50,6 +50,7 @@ $config['url_suffix'] = ''; * can give significant speed improvements at the expense of delayed updating. */ $config['internal_cache'] = FALSE; +$config['internal_cache_path'] = VARPATH . "tmp/"; /** * Enable or disable gzip output compression. This can dramatically decrease |