summaryrefslogtreecommitdiffstats
path: root/application/config
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-12-04 11:37:07 +0100
committerAndrey Andreev <narf@devilix.net>2014-12-04 11:37:07 +0100
commita704aa715b682df78552fab76a7f5ba9cbe06923 (patch)
tree2344bd1053f86052a27595f0a97c54120bcfa609 /application/config
parent631b0b93b64d028bb310dba22fefa8e3ef39143f (diff)
Add 'cache_query_string' configuration option
Close #2349
Diffstat (limited to 'application/config')
-rw-r--r--application/config/config.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php
index fc4547b9b..4ee33358a 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -322,6 +322,17 @@ $config['cache_path'] = '';
/*
|--------------------------------------------------------------------------
+| Cache Include Query String
+|--------------------------------------------------------------------------
+|
+| Set this to TRUE if you want to use different cache files depending on the
+| URL query string. Please be aware this might result in numerous cache files.
+|
+*/
+$config['cache_query_string'] = FALSE;
+
+/*
+|--------------------------------------------------------------------------
| Encryption Key
|--------------------------------------------------------------------------
|