Index: trunk/admin/install.php =================================================================== diff -u -N -r6428 -r6647 --- trunk/admin/install.php (.../install.php) (revision 6428) +++ trunk/admin/install.php (.../install.php) (revision 6647) @@ -620,10 +620,9 @@ // K4 applition is now always available during upgrade process if (!defined('FULL_PATH')) { define('FULL_PATH', realpath(dirname(__FILE__).'/..')); - define('APPLICATION_CLASS', 'MyApplication'); } - include_once(FULL_PATH.'/kernel/kernel4/startup.php'); + include_once(FULL_PATH.'/core/kernel/startup.php'); $application =& kApplication::Instance(); $application->Init(); @@ -714,8 +713,7 @@ // compile stylesheets: begin define('FULL_PATH', realpath(dirname(__FILE__).'/..')); - define('APPLICATION_CLASS', 'MyApplication'); - include_once(FULL_PATH.'/kernel/kernel4/startup.php'); + include_once(FULL_PATH.'/core/kernel/startup.php'); $application =& kApplication::Instance(); $application->Init(); @@ -1391,8 +1389,7 @@ { // KERNEL 4 INIT: BEGIN define('FULL_PATH', realpath(dirname(__FILE__).'/..')); - define('APPLICATION_CLASS', 'MyApplication'); - include_once(FULL_PATH.'/kernel/kernel4/startup.php'); + include_once(FULL_PATH.'/core/kernel/startup.php'); $application =& kApplication::Instance(); $application->Init();