|
|
@@ -27,7 +27,7 @@ define('CAKE', CORE_PATH . APP_DIR . DS);
|
|
|
define('TESTS', ROOT . DS . 'tests' . DS);
|
|
|
|
|
|
define('WWW_ROOT', ROOT . DS . 'webroot' . DS);
|
|
|
-//define('CONFIG', dirname(__FILE__) . DS . 'config' . DS);
|
|
|
+define('CONFIG', ROOT . DS . 'config' . DS);
|
|
|
|
|
|
ini_set('intl.default_locale', 'de-DE');
|
|
|
|