From a1a6342cb6945423b293f7eee1a60b4dc61a79e8 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 1 Feb 2026 20:32:49 +0100 Subject: [PATCH] added a comment to be more clear about file adapter --- application/config/config.sample.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/config/config.sample.php b/application/config/config.sample.php index 8f60f5f8a..f2ec2ee64 100644 --- a/application/config/config.sample.php +++ b/application/config/config.sample.php @@ -394,6 +394,7 @@ $config['error_views_path'] = ''; | Directory path for file-based caching. Leave BLANK to use the default | application/cache/ directory. Use absolute paths with trailing slash. | Must be writable by the web server (typically www-data or apache user). +| This is only used for 'file' cache adapter. | Example: /var/cache/wavelog/ or /tmp/wavelog_cache/ | | 'cache_adapter'