diff options
author | vlakoff <vlakoff@gmail.com> | 2017-02-07 11:01:55 +0100 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2017-02-07 14:57:33 +0100 |
commit | d107d6d950b38b46fba58488c201d5cac35be156 (patch) | |
tree | 41e10b6050763d280e0b3edb9b1c312ec96e1d9d /application | |
parent | 8128e61ae620804fec1ed64b377abf95f1bab297 (diff) |
Allow to omit trailing slash in config paths
Diffstat (limited to 'application')
-rw-r--r-- | application/config/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/config/config.php b/application/config/config.php index c6e1a7af5..72e79bee9 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -221,7 +221,7 @@ $config['log_threshold'] = 0; |-------------------------------------------------------------------------- | | Leave this BLANK unless you would like to set something other than the default -| application/logs/ directory. Use a full server path with trailing slash. +| application/logs/ directory. Use a full server path. | */ $config['log_path'] = ''; @@ -269,7 +269,7 @@ $config['log_date_format'] = 'Y-m-d H:i:s'; |-------------------------------------------------------------------------- | | Leave this BLANK unless you would like to set something other than the default -| application/views/errors/ directory. Use a full server path with trailing slash. +| application/views/errors/ directory. Use a full server path. | */ $config['error_views_path'] = ''; @@ -280,7 +280,7 @@ $config['error_views_path'] = ''; |-------------------------------------------------------------------------- | | Leave this BLANK unless you would like to set something other than the default -| application/cache/ directory. Use a full server path with trailing slash. +| application/cache/ directory. Use a full server path. | */ $config['cache_path'] = ''; |