Index: branches/unlabeled/unlabeled-1.6.2/core/install.php =================================================================== diff -u -r7019 -r7020 --- branches/unlabeled/unlabeled-1.6.2/core/install.php (.../install.php) (revision 7019) +++ branches/unlabeled/unlabeled-1.6.2/core/install.php (.../install.php) (revision 7020) @@ -3,6 +3,7 @@ error_reporting(E_ALL); define('IS_INSTALL', 1); + define('ADMIN', 1); define('FULL_PATH', realpath(dirname(__FILE__).'/..') ); define('REL_PATH', '/core'); @@ -365,7 +366,7 @@ if ($this->currentStep == -1) { // step after last step -> redirect to admin - $this->Application->Redirect('index', null, '', 'admin/index.php'); + $this->Application->Redirect('index', null, '', 'index.php'); } }