X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fconfig.php;h=bb9750aac4eaa37d4f507a830f3709b1bb47d6fc;hb=717829ec4b1f04e88e65838110d7cc8d9c4933c1;hp=605f6eabd3f359bf36ee7431f7957ec5a72d010d;hpb=65f6c4366c9709c9c7c9070d903f1d948be0d5b0;p=core.git diff --git a/inc/config.php b/inc/config.php index 605f6eab..bb9750aa 100644 --- a/inc/config.php +++ b/inc/config.php @@ -70,9 +70,6 @@ $cfg->setConfigEntry('code_template_extension', '.ctp'); // CFG: SELECTOR-PATH $cfg->setConfigEntry('selector_path', 'selector'); -// CFG: APPLICATION-HELPER-CLASS -$cfg->setConfigEntry('app_helper_class', 'ApplicationHelper'); - // CFG: LAUNCH-METHOD $cfg->setConfigEntry('entry_method', 'entryPoint'); @@ -104,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 @@ -477,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] -?>