]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/starter.php
Block helper added, login area with stubs
[shipsimu.git] / application / ship-simu / starter.php
index fcd9855cc5bdf85462c72b2c1360af6d1b213627..738a628daf2dec2aa97fba9597a35327c90bd87f 100644 (file)
@@ -46,17 +46,8 @@ if ((empty($app)) || (is_null($app))) {
        ));
 }
 
-// Call the entry point method
-try {
-       // Call user function
-       call_user_func_array(array($app, FrameworkConfiguration::getInstance()->readConfig('entry_method')), array());
-} catch (FrameworkException  $e) {
-       ApplicationEntryPoint::app_die(sprintf("[Main:] The application <strong>%s</strong> has been terminated due to a thrown exception: <strong>%s</strong>",
-               $application,
-               $e->getMessage()
-       ));
-}
-
+// Call user function
+call_user_func_array(array($app, FrameworkConfiguration::getInstance()->readConfig('entry_method')), array());
 
 // [EOF]
 ?>