]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/file_io.php
Comment header fixed
[shipsimu.git] / inc / file_io.php
index d63a9a35fe404196d12109ae7ca19430e2b71e1e..5e4ba6a38292fb633f55954385e810c4bcdbdb53 100644 (file)
@@ -5,9 +5,10 @@
  * instances will we generated.
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
- * @version            0.0
+ * @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
  *
  * 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
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-$io = FileIOHandler::createFileIOHandler();
+
+// Get the instance
+$io = FileIoHandler::createFileIoHandler();
 
 // [EOF]
 ?>