X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=bb9750aac4eaa37d4f507a830f3709b1bb47d6fc;hb=46130e59d03880cc54ea2ddba9c660fe28d8a7d0;hp=4e9b902d9511f725aeb35ff485803ada360a52e3;hpb=c62a0884fc9334024a771f706ee89cd6321868c4;p=core.git diff --git a/inc/config.php b/inc/config.php index 4e9b902d..bb9750aa 100644 --- a/inc/config.php +++ b/inc/config.php @@ -101,7 +101,7 @@ $cfg->setConfigEntry('deco_xml_rewriter_template_class', 'XmlRewriterTemplateDec $cfg->setConfigEntry('debug_html_class', 'DebugWebOutput'); // CFG: DEBUG-CONSOLE-CLASS -$cfg->setConfigEntry('debug_console_class', 'DebugConsoleOutput'); +$cfg->setConfigEntry('debug_console_class', 'CoreFramework\Debug\Output\DebugConsoleOutput'); // CFG: DEFAULT-LANGUAGE $cfg->setConfigEntry('default_lang', 'de'); // A two-char language string: de for german, en for english and so on @@ -474,6 +474,3 @@ $cfg->setConfigEntry('extension_uuid_loaded', FALSE); // Remove config from this name-space. Don't worry, no configuration is cleared. unset($cfg); - -// [EOF] -?>