From: Roland Häder Date: Sat, 18 Jul 2009 07:08:11 +0000 (+0000) Subject: Deprecated 'page_with_news' removed X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=commitdiff_plain;h=f49b3874ba8bc93078c4ee4930bb5cfebe5413c9 Deprecated 'page_with_news' removed --- 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");