0.3.0 inital import
[mailer.git] / inc / file_io.php
diff --git a/inc/file_io.php b/inc/file_io.php
new file mode 100644 (file)
index 0000000..ba8fed9
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+// Initialize the file I/O handler. Currently there is no need to check if
+// the initialization was successfull or not because only some class
+// instances will we generated.
+$io = FileIOHandler::createFileIOHandler();
+
+// [EOF]
+?>