From: Roland Häder Date: Sat, 18 Jul 2009 07:05:42 +0000 (+0000) Subject: Deprecated 'page_with_news' removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2754c111ac926dd33ff8eb75097fa0eb1a58a8f2;p=install.git Deprecated 'page_with_news' removed --- diff --git a/application/install/config.php b/application/install/config.php index ad06de5..9511e45 100644 --- a/application/install/config.php +++ b/application/install/config.php @@ -31,9 +31,6 @@ $cfg->setConfigEntry('header_charset', "utf-8"); // CFG: DEFAULT-WEB-COMMAND $cfg->setConfigEntry('default_web_command', "home"); -// CFG: PAGE-WITH-NEWS -$cfg->setConfigEntry('page_with_news', "home"); - // CFG: FORM-METHOD $cfg->setConfigEntry('form_method', "post");