From b2af476c9bb3a3eb24f93e7128eee327758461a9 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Wed, 5 Jan 2022 21:27:11 +0200 Subject: Polish changes from PR #5684 and drop ['log_file_extension']; ref #5648 --- application/config/config.php | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'application/config') 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'] = ''; /* |-------------------------------------------------------------------------- -- cgit v1.2.3-24-g4f1b