Deprecated includes file_io/language removed
authorRoland Häder <roland@mxchange.org>
Thu, 10 Mar 2011 14:07:55 +0000 (14:07 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 10 Mar 2011 14:07:55 +0000 (14:07 +0000)
application/qa/init.php

index 0e2f5c849b228af6cd064c0a1eee680c360217bc..8303ad57c23e76c0cfdf55f6b578977154d18c27 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');