summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2022-01-05 20:27:11 +0100
committerAndrey Andreev <narf@devilix.net>2022-01-05 20:27:11 +0100
commitb2af476c9bb3a3eb24f93e7128eee327758461a9 (patch)
treefb2561f3aa5e6adaacb5811a5428714590f872ce /application
parentfbc1b4d228f0cd84b07bec08ed030708304e661d (diff)
Polish changes from PR #5684 and drop ['log_file_extension']; ref #5648
Diffstat (limited to 'application')
-rw-r--r--application/config/config.php18
1 files changed, 2 insertions, 16 deletions
diff --git a/application/config/config.php b/application/config/config.php
index 83d8802fb..1e37856fe 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -232,24 +232,10 @@ $config['log_path'] = '';
|--------------------------------------------------------------------------
|
| Leave this BLANK unless you would like to set something other than the default
-| 'log-'.date('Y-m-d') filename. No DIRECTORY_SEPARATOR(s) or file extension
+| 'log-'.date('Y-m-d').'.php'. No DIRECTORY_SEPARATOR(s), just the filename.
|
*/
-$config['log_file'] = '';
-
-/*
-|--------------------------------------------------------------------------
-| Log File Extension
-|--------------------------------------------------------------------------
-|
-| 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'] = '';
+$config['log_filename'] = '';
/*
|--------------------------------------------------------------------------