Index: trunk/core/kernel/startup.php =================================================================== diff -u -N -r4880 -r4971 --- trunk/core/kernel/startup.php (.../startup.php) (revision 4880) +++ trunk/core/kernel/startup.php (.../startup.php) (revision 4971) @@ -5,8 +5,6 @@ include_once(KERNEL_PATH.'/globals.php'); // non OOP functions used through kernel, e.g. print_pre $globals_end = getmicrotime(); - if( constOn('ADMIN') ) define('SPECIAL_TEMPLATES_FOLDER', '/kernel/admin_templates'); - define('INPORTAL_ENV', 1); # New path detection method: begin