]> git.mxchange.org Git - shipsimu.git/blobdiff - application/selector/starter.php
More renamed
[shipsimu.git] / application / selector / starter.php
index 48141e85a9bf59e6a056b952935e2187e7234f65..7ba35384094554a53b00fe32e6a87e9f4b2cd74e 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * The application launcher
  *
- * @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
@@ -46,7 +46,7 @@ if ((empty($app)) || (is_null($app))) {
        ));
 }
 
-// Call the entry point method
+// Call user function
 call_user_func_array(array($app, FrameworkConfiguration::getSelfInstance()->getConfigEntry('entry_method')), array());
 
 // [EOF]