summaryrefslogtreecommitdiffstats
path: root/application/config/config.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-04-14 15:02:17 +0200
committerAndrey Andreev <narf@devilix.net>2014-04-14 15:02:17 +0200
commitdb0873365aabce72390fe9ccf19081de143a1d51 (patch)
tree8368a786a4c9c7ffb57596abf66d8b80fde73c66 /application/config/config.php
parent72daa197768f5ff86e009ff7afc171da21adc8db (diff)
parent787fe1384287ff3a2360815036e70a9a79c714da (diff)
Merge pull request #2999 from vlakoff/error-templates
Make the error templates path configurable
Diffstat (limited to 'application/config/config.php')
-rw-r--r--application/config/config.php15
1 files changed, 13 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php
index ae89715c0..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'] = '';
@@ -255,11 +255,22 @@ $config['log_date_format'] = 'Y-m-d H:i:s';
/*
|--------------------------------------------------------------------------
+| Error Views Directory Path
+|--------------------------------------------------------------------------
+|
+| 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.
+|
+*/
+$config['error_views_path'] = '';
+
+/*
+|--------------------------------------------------------------------------
| Cache Directory 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'] = '';