]> git.mxchange.org Git - install.git/commitdiff
Deprecated includes file_io/language removed
authorRoland Häder <roland@mxchange.org>
Thu, 10 Mar 2011 14:08:04 +0000 (14:08 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 10 Mar 2011 14:08:04 +0000 (14:08 +0000)
application/install/init.php

index 3baf31fb6fcd46671a7a3d5a3995fd6a54aac7b0..3437d58ab97d958b4b4778c1d1b991212c2faead 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');