We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c201669 commit a5bbd74Copy full SHA for a5bbd74
index.php
@@ -35,7 +35,7 @@
35
* Full path to the directory containing "cake". Do not add trailing directory separator
36
*/
37
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
38
- define('CAKE_CORE_INCLUDE_PATH', ROOT . DS . 'vendors' . DS . 'pear-pear.cakephp.org' . DS . 'CakePHP');
+ define('CAKE_CORE_INCLUDE_PATH', ROOT . DS . APP_DIR . DS . 'Vendor' . DS . 'cakephp' . DS . 'cakephp' . DS . 'lib');
39
}
40
41
require APP_DIR . DS . WEBROOT_DIR . DS . 'index.php';
0 commit comments