X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=210eab3d4692458cddeb86f390cfa53aae677dad;hp=8df6b657ff9737442779daf76e106c34e8186f95;hb=fbd656cb3ca44cd60893ad06983c43d908ad1e29;hpb=cee0ca90f0e79e9529f608be15ea8adc18aec459 diff --git a/inc/config.php b/inc/config.php index 8df6b657..210eab3d 100644 --- a/inc/config.php +++ b/inc/config.php @@ -95,8 +95,11 @@ $cfg->setConfigEntry('html_template_class', 'HtmlTemplateEngine'); // CFG: DECO-XML-REWRITER-TEMPLATE-CLASS $cfg->setConfigEntry('deco_xml_rewriter_template_class', 'XmlRewriterTemplateDecorator'); -// CFG: DEBUG-CLASS -$cfg->setConfigEntry('debug_class', 'DebugWebOutput'); +// CFG: DEBUG-WEB-CLASS +$cfg->setConfigEntry('debug_web_class', 'DebugWebOutput'); + +// CFG: DEBUG-CONSOLE-CLASS +$cfg->setConfigEntry('debug_console_class', 'DebugConsoleOutput'); // CFG: DEFAULT-LANGUAGE $cfg->setConfigEntry('default_lang', 'de'); // A two-char language string: de for german, en for english and so on