]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/file_io.php
Login and auth classes added. WARNING: All class config entries must end with _class!
[shipsimu.git] / inc / file_io.php
index de20bf54ca2f348bb2f05706e53d7384fcc56971..afb41612bd913bc05e750be7d25a86d00becaebe 100644 (file)
@@ -4,11 +4,11 @@
  * the initialization was successfull or not because only some class
  * instances will we generated.
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
+ * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.ship-simu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
  */
 
 // Get the instance
-$io = FileIoHandler::createFileIoHandler();
+$io = ObjectFactory::createObjectByConfiguredName('file_io_class');
 
 // [EOF]
 ?>