More renamed
[shipsimu.git] / application / ship-simu / data.php
index 74530a02b9c9547f1f0b87e2d0e8acb5446178ac..07cfe2589b9d52cf0f1835b2e7bc88a6229ce5b0 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>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @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
+ * @link               http://www.shipsimu.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
@@ -45,7 +45,7 @@ $app = call_user_func_array(
 // Set application name and version
 $app->setAppName("Ship-Simu Shipping Simulator");
 $app->setAppVersion("0.0.0");
-$app->setAppShortName("ship-simu");
+$app->setAppShortName("shipsimu");
 
 // [EOF]
 ?>