ca6dd210849dcb9cf0953fac7757357dba4938d8

Author: David Persson

Date: 2009-10-26 18:43:12 +0100

Reverting index.php to default state.

diff --git a/webroot/index.php b/webroot/index.php index 3a5fade..da9b4e3 100755 --- a/webroot/index.php +++ b/webroot/index.php @@ -27,7 +27,7 @@ * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ /** - * Do not change + * Do not change */ if (!defined('DS')) { define('DS', DIRECTORY_SEPARATOR); @@ -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', '/home/jon/Server/lithium/cakephp'); + define('CAKE_CORE_INCLUDE_PATH', ROOT); } /////////////////////////////// //DO NOT EDIT BELOW THIS LINE// @@ -86,4 +86,4 @@ if (Configure::read() > 0) { echo "<!-- " . round(getMicrotime() - $TIME_START, 4) . "s -->"; } -?> +?> \ No newline at end of file