]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Space added
[hub.git] / application / hub / config.php
index dfa7194737b51bf897c3d98552f4b71d8305c1ef..558b8ac239f3385ff7f012d9a63a2ed936369dc2 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0
- * @copyright  Copyright(c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
@@ -36,11 +36,14 @@ $cfg->setConfigEntry('node_mode', "regular");
 // CFG: TEMPLATE-ENGINE
 $cfg->setConfigEntry('tpl_engine', "ConsoleOutput");
 
-// CFG: WEB-ENGINE
-$cfg->setConfigEntry('web_engine', "DebugConsoleOutput");
+// CFG: OUTPUT-CLASS
+$cfg->setConfigEntry('output_class', "DebugConsoleOutput");
 
-// CFG: DEBUG-ENGINE
-$cfg->setConfigEntry('debug_engine', "DebugErrorLogOutput");
+// CFG: DEBUG-CLASS
+$cfg->setConfigEntry('debug_class', "DebugConsoleOutput");
+
+// CFG: NODE-INFO-DB-WRAPPER-CLASS
+$cfg->setConfigEntry('node_info_db_wrapper_class', "NodeInformationDatabaseWrapper");
 
 // CFG: WEB-CONTENT-TYPE
 $cfg->setConfigEntry('web_content_type', "");