674e4e3996ecec79ef92f596d9add09051711c3d
Author: gwoo
Date: 2009-01-23 14:49:34 -0800
diff --git a/webroot/index.php b/webroot/index.php
index f8d1e02..b9e4548 100755
--- a/webroot/index.php
+++ b/webroot/index.php
@@ -55,7 +55,7 @@
*
*/
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
- define('CAKE_CORE_INCLUDE_PATH', '/Volumes/Home/htdocs/cake/repo/branches/1.2.x.x');
+ define('CAKE_CORE_INCLUDE_PATH', ROOT);
}
/**
diff --git a/webroot/test.php b/webroot/test.php
index 25d6c30..2a9cde5 100755
--- a/webroot/test.php
+++ b/webroot/test.php
@@ -59,7 +59,7 @@ ini_set('display_errors', 1);
*
*/
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
- define('CAKE_CORE_INCLUDE_PATH', '/Volumes/Home/htdocs/cake/repo/branches/1.2.x.x');
+ define('CAKE_CORE_INCLUDE_PATH', ROOT);
}
/**
