From c8c82eff66d017e9a9bec8b8890285e89afcf2ec Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 14 May 2009 04:28:29 +0000 Subject: Specify the internal_cache_path (even though we're not using this yet). --- core/config/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core') 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 -- cgit v1.2.3