Index: trunk/admin/index4.php =================================================================== diff -u -r2604 -r2853 --- trunk/admin/index4.php (.../index4.php) (revision 2604) +++ trunk/admin/index4.php (.../index4.php) (revision 2853) @@ -3,7 +3,7 @@ $start = getmicrotime(); define('ADMIN', 1); -define('FULL_PATH', realpath(dirname(__FILE__).'/..')); +define('FULL_PATH', realpath(dirname(__FILE__).'/..') ); define('APPLICATION_CLASS', 'MyApplication'); define('ADMINS_LIST','/in-portal/users/users.php'); include_once(FULL_PATH.'/kernel/kernel4/startup.php');