X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fselector%2Fconfig.php;h=f51f5ae112759e2e58d176711702fcf9e4e91b9b;hp=bade6cbef15368bfb0bf9237f52f1e77eb862bf5;hb=1079ab2b4b8ee62cb5e434b5ee3d04bd7369f954;hpb=7e299c77a502f06e0806e6cbe2292c29b941e4d1 diff --git a/application/selector/config.php b/application/selector/config.php index bade6cb..f51f5ae 100644 --- a/application/selector/config.php +++ b/application/selector/config.php @@ -43,5 +43,20 @@ $cfg->setConfigEntry('form_method', 'post'); // CFG: FORM-TARGET $cfg->setConfigEntry('form_target', '_self'); +// CFG: WEB-CMD-HOME-RESOLVER-CLASS +$cfg->setConfigEntry('web_cmd_home_resolver_class', 'WebCommandResolver'); + +// CFG: NEWS-DOWNLOAD-FILTER +$cfg->setConfigEntry('news_download_filter', 'NewsDownloadFilter'); + +// CFG: NEWS-PROCESS-FILTER +$cfg->setConfigEntry('news_process_filter', 'NewsProcessFilter'); + +// CFG: NEWS-READER-HOME-CLASS +$cfg->setConfigEntry('news_reader_home_class', 'DefaultNewsReader'); + +// CFG: NEWS-HOME-LIMIT +$cfg->setConfigEntry('news_home_limit', 10); + // [EOF] ?>