X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=application%2Fmxchange%2Fdata.php;h=b9b0fdcefa3b3bb86ce9fef0e0343c9644be33a4;hp=1ad8978e696b6964bc9dbab81b3aa8e851c011ba;hb=0ebcb63a712ed11b41537c6b43e180db46aa4018;hpb=0171fe1db25564c728d16b71828a179b9e27c0f1 diff --git a/application/mxchange/data.php b/application/mxchange/data.php index 1ad8978e69..b9b0fdcefa 100644 --- a/application/mxchange/data.php +++ b/application/mxchange/data.php @@ -13,11 +13,11 @@ * 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 - * @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 + * @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] ?>