X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fselector%2Finit.php;h=a77ca0d763da10d8b28100dca7310e618e01cfa7;hp=3b9e2db0a998a4b847a9d69f6aafd8845bbe6b27;hb=d3ac3088a75edd47f1b2a6f635fe2116129ecfd5;hpb=21a25cc77b1108c7e33d4ce55b1a85970b355de2 diff --git a/application/selector/init.php b/application/selector/init.php index 3b9e2db..a77ca0d 100644 --- a/application/selector/init.php +++ b/application/selector/init.php @@ -7,7 +7,7 @@ * * @author Roland Haeder * @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 * @@ -26,16 +26,10 @@ */ // Get config instance -$cfg = FrameworkConfiguration::getInstance(); +$cfg = FrameworkConfiguration::getSelfInstance(); // Initialize output system -require($cfg->readConfig('base_path') . 'inc/output.php'); - -// Initialize file i/o system -require($cfg->readConfig('base_path') . 'inc/file_io.php'); - -// Include the language sub-system -require($cfg->readConfig('base_path') . 'inc/language.php'); +require($cfg->getConfigEntry('base_path') . 'inc/output.php'); // [EOF] ?>