Index: branches/5.3.x/core/kernel/startup.php =================================================================== diff -u -N -r15962 -r16124 --- branches/5.3.x/core/kernel/startup.php (.../startup.php) (revision 15962) +++ branches/5.3.x/core/kernel/startup.php (.../startup.php) (revision 16124) @@ -1,6 +1,6 @@ '; + flush(); + exit; + } + // variable WebsitePath is auto-detected once during installation/upgrade define('BASE_PATH', $vars['WebsitePath']); @@ -183,6 +189,7 @@ KERNEL_PATH . "/db/dbitem.php", KERNEL_PATH . "/event_handler.php", KERNEL_PATH . '/db/db_event_handler.php', + FULL_PATH . '/vendor/autoload.php', ); foreach ($includes as $a_file) { @@ -195,4 +202,4 @@ // system users define('USER_ROOT', -1); - define('USER_GUEST', -2); \ No newline at end of file + define('USER_GUEST', -2);