]> git.mxchange.org Git - mailer.git/blobdiff - application/mxchange/data.php
Name change applied
[mailer.git] / application / mxchange / data.php
index 1ad8978e696b6964bc9dbab81b3aa8e851c011ba..b9b0fdcefa3b3bb86ce9fef0e0343c9644be33a4 100644 (file)
  * isset() is required to prevent a warning and is_object() is highly required
  * when the application itself is requested in URL (hint: index.php?app=your_app)
  *
- * @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.ship-simu.org
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.0.0
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Mailer Developer Team
+ * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.mxchange.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
@@ -38,14 +38,14 @@ $cfg = FrameworkConfiguration::getInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
-       array($cfg->readConfig('app_helper_class'), "getInstance"),
+       array($cfg->getConfigEntry('app_helper_class'), 'getInstance'),
        array()
 );
 
 // Set application name and version
-$app->setAppName("MXChange Mail-Exchange");
-$app->setAppVersion("0.3.0");
-$app->setAppShortName("mxchange");
+$app->setAppName('Mailer-Project');
+$app->setAppVersion('0.3.0');
+$app->setAppShortName('mailer');
 
 // [EOF]
 ?>