|
|
ini_set('include_path', $root . $ds . 'lib' . PATH_SEPARATOR . ini_get('include_path'));
|
|
ini_set('include_path', $root . $ds . 'lib' . PATH_SEPARATOR . ini_get('include_path'));
|
|
|
trigger_error('Could not locate CakePHP core files.', E_USER_ERROR);
|
|
trigger_error('Could not locate CakePHP core files.', E_USER_ERROR);
|
|
|
unset($paths, $path, $dispatcher, $root, $ds);
|
|
unset($paths, $path, $dispatcher, $root, $ds);
|