We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b71e276 + 4b10000 commit 52dde88Copy full SHA for 52dde88
1 file changed
app/webroot/index.php
@@ -61,7 +61,9 @@
61
* The following line differs from its sibling
62
* /lib/Cake/Console/Templates/skel/webroot/index.php
63
*/
64
-define('CAKE_CORE_INCLUDE_PATH', ROOT . DS . APP_DIR . DS . 'Vendor' . DS . 'cakephp' . DS . 'cakephp' . DS . 'lib');
+if (!defined('CAKE_CORE_INCLUDE_PATH')) {
65
+ define('CAKE_CORE_INCLUDE_PATH', ROOT . DS . APP_DIR . DS . 'Vendor' . DS . 'cakephp' . DS . 'cakephp' . DS . 'lib');
66
+}
67
68
/**
69
* Editing below this line should NOT be necessary.
0 commit comments