Index: trunk/core/kernel/startup.php =================================================================== diff -u -N -r3576 -r3863 --- trunk/core/kernel/startup.php (.../startup.php) (revision 3576) +++ trunk/core/kernel/startup.php (.../startup.php) (revision 3863) @@ -27,9 +27,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.

'; - if ( !preg_match('/admin/', __FILE__) ) $ins = '/admin'; - - echo 'Go to installation script

'; + echo 'Go to installation script

'; flush(); exit; }