From 9b6663f87a7e679ffba691cf516191fc840cf978 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 24 Nov 2009 19:20:36 -0800 Subject: Update to Kohana r4684 which is now Kohana 2.4 and has substantial changes. --- application/config/config.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'application/config') diff --git a/application/config/config.php b/application/config/config.php index e88958ed..ad485266 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -129,6 +129,12 @@ $config["render_stats"] = TRUE; */ $config["extension_prefix"] = "MY_"; +/** + * An optional list of Config Drivers to use, they "fallback" to the one below them if they + * dont work so the first driver is tried then so on until it hits the built in "array" driver and fails + */ +$config['config_drivers'] = array(); + /** * Additional resource paths, or "modules". Each path can either be absolute * or relative to the docroot. Modules can include any resource that can exist -- cgit v1.2.3