Index: branches/RC/core/kernel/startup.php =================================================================== diff -u -N -r10978 -r11070 --- branches/RC/core/kernel/startup.php (.../startup.php) (revision 10978) +++ branches/RC/core/kernel/startup.php (.../startup.php) (revision 11070) @@ -57,8 +57,7 @@ global $rootURL; echo 'In-Portal is probably not installed, or configuration file is missing.
'; echo 'Please use the installation script to fix the problem.

'; - $install_script = file_exists(FULL_PATH . '/proj-base/install.php') ? 'core' : 'admin'; - echo 'Go to installation script

'; + echo 'Go to installation script

'; flush(); exit; }