]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/init.php
Output system is now no longer initialized by loading a centralized
[shipsimu.git] / application / shipsimu / init.php
index d27a1f5a8431b52984a03a4f83ec6cdca7c4a45d..943eb79588665ec8e11e83456e76891f39150b74 100644 (file)
@@ -37,7 +37,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