]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/init.php
More exceptions added, init of template engine moved to base class, entryPoint()...
[shipsimu.git] / application / ship-simu / init.php
index 0674104f3f363d4c2ace48a9df5f8a7843037379..b8f232b7f9906e6ac201d611e58ed2b965756cdf 100644 (file)
@@ -49,9 +49,11 @@ require(PATH . "inc/output.php");
 
 // Initialize file i/o system
 require(PATH . "inc/file_io.php");
+$app->setFileIOInstance($io);
 
 // Include the language sub-system
 require(PATH . "inc/language.php");
+$app->setLanguageInstance($lang);
 
 // This application needs a database connection then we have to simply include
 // the inc/database.php script