]> git.mxchange.org Git - shipsimu.git/blobdiff - application/selector/config.php
Added missing directories/config entries
[shipsimu.git] / application / selector / config.php
index bade6cbef15368bfb0bf9237f52f1e77eb862bf5..f51f5ae112759e2e58d176711702fcf9e4e91b9b 100644 (file)
@@ -43,5 +43,20 @@ $cfg->setConfigEntry('form_method', 'post');
 // CFG: FORM-TARGET
 $cfg->setConfigEntry('form_target', '_self');
 
 // 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]
 ?>
 // [EOF]
 ?>