diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-14 04:28:29 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-14 04:28:29 +0000 |
commit | c8c82eff66d017e9a9bec8b8890285e89afcf2ec (patch) | |
tree | 01411c4094b0681af413b706cf2e625dee15e44c /core | |
parent | 555ee41474de5c518fad6d62869f3b14bd8cfef6 (diff) |
Specify the internal_cache_path (even though we're not using this yet).
Diffstat (limited to 'core')
-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 |