|
|
@@ -68,6 +68,9 @@ if (!defined('WWW_ROOT')) {
|
|
|
}
|
|
|
|
|
|
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
|
|
|
+ if (function_exists('ini_set')) {
|
|
|
+ ini_set('include_path', ROOT . DS . 'lib' . PATH_SEPARATOR . ini_get('include_path'));
|
|
|
+ }
|
|
|
if (!include('Cake' . DS . 'bootstrap.php')) {
|
|
|
$failed = true;
|
|
|
}
|