Index: branches/unlabeled/unlabeled-1.50.4/core/kernel/startup.php =================================================================== diff -u -r7007 -r7082 --- branches/unlabeled/unlabeled-1.50.4/core/kernel/startup.php (.../startup.php) (revision 7007) +++ branches/unlabeled/unlabeled-1.50.4/core/kernel/startup.php (.../startup.php) (revision 7082) @@ -43,7 +43,8 @@ global $rootURL; echo 'In-Portal is probably not installed, or configuration file is missing.
'; echo 'Please use the installation script to fix the problem.

'; - echo 'Go to installation script

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

'; flush(); exit; }