]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Space added
[hub.git] / application / hub / config.php
index 490f38f285e0099cb5cdbe252ad1a96f064185db..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
@@ -40,7 +40,10 @@ $cfg->setConfigEntry('tpl_engine', "ConsoleOutput");
 $cfg->setConfigEntry('output_class', "DebugConsoleOutput");
 
 // CFG: DEBUG-CLASS
-$cfg->setConfigEntry('debug_class', "DebugErrorLogOutput");
+$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', "");