Index: trunk/index.php =================================================================== diff -u -N -r1566 -r1649 --- trunk/index.php (.../index.php) (revision 1566) +++ trunk/index.php (.../index.php) (revision 1649) @@ -5,11 +5,8 @@ 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"); +include_once(FULL_PATH.'/kernel/kernel4/startup.php'); -/* - kApplication $application -*/ $application =& kApplication::Instance(); $application->Init(); $application->Run();