From 2754c111ac926dd33ff8eb75097fa0eb1a58a8f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 18 Jul 2009 07:05:42 +0000 Subject: [PATCH] Deprecated 'page_with_news' removed --- application/install/config.php | 3 --- 1 file changed, 3 deletions(-) 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"); -- 2.39.5