01e29f4b86b51833581b8ebb15c8b11945754336
Author: gwoo
Date: 2009-04-07 20:26:06 -0700
diff --git a/webroot/index.php b/webroot/index.php
index e5ccc9c..03a82cf 100755
--- a/webroot/index.php
+++ b/webroot/index.php
@@ -53,7 +53,7 @@
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
//define ('CAKE_CORE_INCLUDE_PATH', 'FULL PATH TO DIRECTORY WHERE CAKE CORE IS INSTALLED. DO NOT ADD A TRAILING DIRECTORY SEPARATOR');
//You should also use the DS define to separate your directories
- define('CAKE_CORE_INCLUDE_PATH', '/htdocs/cake/cakephp.git/');
+ define('CAKE_CORE_INCLUDE_PATH', ROOT);
}
///////////////////////////////
//DO NOT EDIT BELOW THIS LINE//
diff --git a/webroot/test.php b/webroot/test.php
index 446a37f..6d65f52 100755
--- a/webroot/test.php
+++ b/webroot/test.php
@@ -61,7 +61,7 @@ ini_set('display_errors', 1);
*
*/
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
- define('CAKE_CORE_INCLUDE_PATH', '/htdocs/cake/cakephp.git');
+ define('CAKE_CORE_INCLUDE_PATH', ROOT);
}
/**
