diff options
author | Andrey Andreev <narf@bofh.bg> | 2013-02-15 21:30:31 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2013-02-15 21:30:31 +0100 |
commit | a107a0fd79d0ee5f6292138a76398ed390041710 (patch) | |
tree | 207176937ce460debb5fb6c83e42661468c90bdf /application/config | |
parent | d11673b5fc09c28e06333946db0a3841eeea4024 (diff) |
Fix some stuff from recent pull requests
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/config.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php index 6f597b1e2..0608348c6 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -229,8 +229,11 @@ $config['log_path'] = ''; | Log File Extension |-------------------------------------------------------------------------- | -| Leave this BLANK unless you would like to set something other than the default -| 'php'. For example you could change it to 'log'. +| The default filename extension for log files. The default 'php' allows for +| protecting the log files via basic scripting, when they are to be stored +| under a publicly accessible directory. +| +| Note: Leaving it blank will default to 'php'. | */ $config['log_file_extension'] = ''; |