Deprecated includes file_io/language removed
authorRoland Häder <roland@mxchange.org>
Thu, 10 Mar 2011 14:27:58 +0000 (14:27 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 10 Mar 2011 14:27:58 +0000 (14:27 +0000)
application/selector/init.php
application/ship-simu/init.php

index 487753e13f95386dc61ec1374d5fb87dc162b43d..00ce0061df774fc88d1518ee92284648750db18c 100644 (file)
@@ -31,11 +31,5 @@ $cfg = FrameworkConfiguration::getInstance();
 // Initialize output system
 require($cfg->getConfigEntry('base_path') . 'inc/output.php');
 
-// Initialize file i/o system
-require($cfg->getConfigEntry('base_path') . 'inc/file_io.php');
-
-// Include the language sub-system
-require($cfg->getConfigEntry('base_path') . 'inc/language.php');
-
 // [EOF]
 ?>
index 3b9c30a077a6085679936cbc94774eafedba5972..32108c94f8c55b202d890a70b5ca6c4f2a8fb6cb 100644 (file)
@@ -39,12 +39,6 @@ $cfg = FrameworkConfiguration::getInstance();
 // Initialize output system
 require($cfg->getConfigEntry('base_path') . 'inc/output.php');
 
-// Initialize file i/o system
-require($cfg->getConfigEntry('base_path') . 'inc/file_io.php');
-
-// Include the language sub-system
-require($cfg->getConfigEntry('base_path') . 'inc/language.php');
-
 // This application needs a database connection then we have to simply include
 // the inc/database.php script
 require($cfg->getConfigEntry('base_path') . 'inc/database.php');