diff options
author | Andrey Andreev <narf@devilix.net> | 2014-12-04 11:37:07 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-12-04 11:37:07 +0100 |
commit | a704aa715b682df78552fab76a7f5ba9cbe06923 (patch) | |
tree | 2344bd1053f86052a27595f0a97c54120bcfa609 /application | |
parent | 631b0b93b64d028bb310dba22fefa8e3ef39143f (diff) |
Add 'cache_query_string' configuration option
Close #2349
Diffstat (limited to 'application')
-rw-r--r-- | application/config/config.php | 11 |
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 |-------------------------------------------------------------------------- | |