Fix some stuff from recent pull requests
diff --git a/application/config/config.php b/application/config/config.php
index 6f597b1..0608348 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -229,8 +229,11 @@
 | 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'] = '';