From f49b3874ba8bc93078c4ee4930bb5cfebe5413c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 18 Jul 2009 07:08:11 +0000 Subject: [PATCH] Deprecated 'page_with_news' removed --- application/selector/config.php | 3 --- application/ship-simu/config.php | 3 --- 2 files changed, 6 deletions(-) diff --git a/application/selector/config.php b/application/selector/config.php index fff9bfa..649cce4 100644 --- a/application/selector/config.php +++ b/application/selector/config.php @@ -34,9 +34,6 @@ $cfg->setConfigEntry('default_web_command', "home"); // CFG: DEFAULT-IMAGE-COMMAND $cfg->setConfigEntry('default_image_command', "build"); -// CFG: PAGE-WITH-NEWS -$cfg->setConfigEntry('page_with_news', "home"); - // CFG: FORM-ACTION $cfg->setConfigEntry('form_action', "index.php?app={?app_short_name?}&page=do_form"); diff --git a/application/ship-simu/config.php b/application/ship-simu/config.php index 7921c6c..a6450c0 100644 --- a/application/ship-simu/config.php +++ b/application/ship-simu/config.php @@ -34,9 +34,6 @@ $cfg->setConfigEntry('default_web_command', "home"); // CFG: DEFAULT-IMAGE-COMMAND $cfg->setConfigEntry('default_image_command', "build"); -// CFG: PAGE-WITH-NEWS -$cfg->setConfigEntry('page_with_news', "home"); - // CFG: FORM-ACTION $cfg->setConfigEntry('form_action', "index.php?app={?app_short_name?}&page=do_form"); -- 2.39.5