]> git.mxchange.org Git - city.git/blobdiff - application/city/config.php
Some renames + new controller added
[city.git] / application / city / config.php
index c0d76648c18899d470f1af1af58df55ef187ca47..c9af86e4f525f02928ade418aee702143d4b373e 100644 (file)
@@ -86,6 +86,9 @@ $cfg->setConfigEntry('news_reader_login_area_profile_class', 'DefaultNewsReader'
 // CFG: NEWS-READER-LOGIN-AREA-STATUS-PROBLEM-CLASS
 $cfg->setConfigEntry('news_reader_login_area_status_problem_class', 'DefaultNewsReader');
 
+// CFG: NEWS-READER-LOGIN-AREA-CITY-MAP-CLASS
+$cfg->setConfigEntry('news_reader_login_area_city_map_class', 'DefaultNewsReader');
+
 // CFG: NEWS-HOME-LIMIT
 $cfg->setConfigEntry('news_home_limit', 10);
 
@@ -444,6 +447,9 @@ $cfg->setConfigEntry('default_console_command', 'daemon');
 // CFG: DEFAULT-CITY-CONSOLE-COMMAND
 $cfg->setConfigEntry('default_city_console_command', 'daemon');
 
+// CFG: DEFAULT-CITY-CONSOLE-CONTROLLER
+$cfg->setConfigEntry('default_city_console_controller', 'daemon');
+
 // CFG: CITY-CONSOLE-CMD-DAEMON-RESOLVER-CLASS
 $cfg->setConfigEntry('city_console_cmd_daemon_resolver_class', 'CityConsoleCommandResolver');