]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/data.php
Renamed to match with latest core. Database files ignored, cache files ignored
[shipsimu.git] / application / ship-simu / data.php
index 0ec07a0cdec27ea983298450fe5dfb711db1ccc0..893b124146678cebcd0c5f65083fe95cac1287d7 100644 (file)
@@ -15,7 +15,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -38,12 +38,12 @@ $cfg = FrameworkConfiguration::getInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
-       array($cfg->readConfig('app_helper_class'), "getInstance"),
+       array($cfg->readConfig('app_helper_class'), 'getInstance'),
        array()
 );
 
 // Set application name and version
-$app->setAppName("Ship-Simu Schiffsimulator");
+$app->setAppName("Ship-Simu Shipping Simulator");
 $app->setAppVersion("0.0.0");
 $app->setAppShortName("ship-simu");