]> git.mxchange.org Git - mailer.git/blob - inc/file_io.php
ba8fed9143e31efb092006718381bb64c3c7dd6a
[mailer.git] / inc / file_io.php
1 <?php
2 // Initialize the file I/O handler. Currently there is no need to check if
3 // the initialization was successfull or not because only some class
4 // instances will we generated.
5 $io = FileIOHandler::createFileIOHandler();
6
7 // [EOF]
8 ?>