Index: branches/5.2.x/core/kernel/startup.php =================================================================== diff -u -N -r15552 -r16117 --- branches/5.2.x/core/kernel/startup.php (.../startup.php) (revision 15552) +++ branches/5.2.x/core/kernel/startup.php (.../startup.php) (revision 16117) @@ -1,6 +1,6 @@ '; + flush(); + exit; + } + // variable WebsitePath is auto-detected once during installation/upgrade define('BASE_PATH', $vars['WebsitePath']); @@ -185,6 +191,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) { @@ -201,4 +208,4 @@ // system users define('USER_ROOT', -1); - define('USER_GUEST', -2); \ No newline at end of file + define('USER_GUEST', -2);