]> git.mxchange.org Git - admin.git/blobdiff - application/admin/init.php
Output system is now no longer initialized by loading a centralized
[admin.git] / application / admin / init.php
index dc82cef0a0b07f09d174297973b65de9e6adf1c4..ea75118e3884e31167f5b4d9d8664b6be35bbe93 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