]> git.mxchange.org Git - lfdb2.git/blobdiff - application/lfdb2/init.php
getResponseTypeFromSystem() is now static.
[lfdb2.git] / application / lfdb2 / init.php
index ad80370874a5118d5e1be282ca29f37136069e8a..7f4120e3f165d908c2726e768c4bc749bb732108 100644 (file)
@@ -5,7 +5,7 @@
  * Please remember that this include file is being loaded *before* the class
  * loader is loading classes from "exceptions", "interfaces" and "main"!
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0
  * @copyright  Copyright (c) 2013 LFDB2 Developer Team
  * @license            GNU GPL 3.0 or any newer version
@@ -28,7 +28,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