]> git.mxchange.org Git - shipsimu.git/blobdiff - application/selector/init.php
Output system is now no longer initialized by loading a centralized
[shipsimu.git] / application / selector / init.php
index 687da90595ecef1cb38f8e406c6445c17583f791..9a0bd1017e82132d0ba2d47359645f5d7d356a5a 100644 (file)
@@ -29,7 +29,7 @@
 $cfg = FrameworkConfiguration::getSelfInstance();
 
 // Initialize output system
-require($cfg->getConfigEntry('base_path') . 'inc/output.php');
+ApplicationHelper::createDebugInstance('ApplicationHelper');
 
 // This application needs a database connection then we have to simply include
 // the inc/database.php script