diff options
author | vlakoff <vlakoff@gmail.com> | 2014-04-14 14:38:29 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2014-04-14 14:38:29 +0200 |
commit | 6cf456da85ffcae78884d9244877f9b7e259c9b4 (patch) | |
tree | 6f1a95292cbde2c6628ace3160890ef157ab5bd7 /application/config/config.php | |
parent | 08ea83bb19146eab8e792acc35f02f6e8d055894 (diff) |
Replace "folder" with "directory" in config.php
Diffstat (limited to 'application/config/config.php')
-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 85d8da08a..ba6867fb7 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -223,7 +223,7 @@ $config['log_threshold'] = 0; |-------------------------------------------------------------------------- | | Leave this BLANK unless you would like to set something other than the default -| application/logs/ folder. Use a full server path with trailing slash. +| application/logs/ directory. Use a full server path with trailing slash. | */ $config['log_path'] = ''; @@ -259,7 +259,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/ folder. Use a full server path with trailing slash. +| application/views/errors/ directory. Use a full server path with trailing slash. | */ $config['error_views_path'] = ''; @@ -270,7 +270,7 @@ $config['error_views_path'] = ''; |-------------------------------------------------------------------------- | | Leave this BLANK unless you would like to set something other than the default -| application/cache/ folder. Use a full server path with trailing slash. +| application/cache/ directory. Use a full server path with trailing slash. | */ $config['cache_path'] = ''; |