From: Roland Haeder Date: Tue, 24 Mar 2015 18:17:43 +0000 (+0100) Subject: Output system is now no longer initialized by loading a centralized X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=85bc5bceb4852f1226b0495db1ebfdd83ce1419f;p=admin.git Output system is now no longer initialized by loading a centralized inc/output.php as this was a stupid idea and sometimes the same application has a console and web part. Signed-off-by: Roland Haeder --- diff --git a/application/admin/init.php b/application/admin/init.php index dc82cef..ea75118 100644 --- a/application/admin/init.php +++ b/application/admin/init.php @@ -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