summaryrefslogtreecommitdiffstats
path: root/application/config
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2014-04-12 07:33:42 +0200
committervlakoff <vlakoff@gmail.com>2014-04-12 07:33:42 +0200
commitcdf3dfae82acf2dde5db1adb3b87c642a894d4d4 (patch)
treedbf10e70e22fab8f893b218b1986a9163c7ce598 /application/config
parent119d94f829ea54e6c3d2f9d03c46d9b74e8a453e (diff)
Make the error templates path configurable
Diffstat (limited to 'application/config')
-rw-r--r--application/config/config.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php
index ae89715c0..069162097 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -255,6 +255,17 @@ $config['log_date_format'] = 'Y-m-d H:i:s';
/*
|--------------------------------------------------------------------------
+| Error Templates Directory Path
+|--------------------------------------------------------------------------
+|
+| 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.
+|
+*/
+$config['error_templates_path'] = '';
+
+/*
+|--------------------------------------------------------------------------
| Cache Directory Path
|--------------------------------------------------------------------------
|