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

index c9790dc5d6042d674a54e39b6894e17c792b6830..d8eecf2a794187e49e287e7c2be1df16f123fd4b 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');