More code merged from ship-simu
[mailer.git] / inc / config / config-override.php
index dd1ca4a30c888abbce7c87fe40e4e626ecd59c71..b177c57e75c01a881ef5c6e70d10022b06207eb7 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * Local configuration. Do not edit config.php! Better overwrite the configuration here:
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
- * @version            0.3.0
+ * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.mxchange.org
+ * @link               http://www.ship-simu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-// Get the configuration instance
-$cfg = FrameworkConfiguration::getInstance();
-
 // CFG: DEFAULT-APPLICATION
-$cfg->setConfigEntry("default_application", "mxchange");
+FrameworkConfiguration::getInstance()->setConfigEntry("default_application", "mxchange");
+FrameworkConfiguration::getInstance()->setConfigEntry("app_name", "mxchange");
 
 // [EOF]
 ?>