summaryrefslogtreecommitdiffstats
path: root/application/config/config.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-07-15 16:39:44 +0200
committerAndrey Andreev <narf@devilix.net>2015-07-15 16:39:44 +0200
commit4a4cbb376b1d17a9e74edad8f7cb7f27a50c01c7 (patch)
tree5f590b4a493d3d2d827d8dbd42a140b17419df2c /application/config/config.php
parent298e0058b9d8e576cb7f017ade57c794060c3e98 (diff)
[ci skip] Add changelog entries for PR #3828
Diffstat (limited to 'application/config/config.php')
-rw-r--r--application/config/config.php11
1 files changed, 9 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php
index 86ca312b7..f4ba70a4e 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -284,8 +284,15 @@ $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.
+| Whether to take the URL query string into consideration when generating
+| output cache files. Valid options are:
+|
+| FALSE = Disabled
+| TRUE = Enabled, take all query parameters into account.
+| Please be aware that this may result in numerous cache
+| files generated for the same page over and over again.
+| array('q') = Enabled, but only take into account the specified list
+| of query parameters.
|
*/
$config['cache_query_string'] = FALSE;