file for all the error messages

This commit is contained in:
Michael Meckelein 2008-02-27 14:37:53 +01:00
parent 1f08f67f19
commit 11f05a114e

View File

@ -0,0 +1,6 @@
<?php
define('SUCCESS ', 0);
define('ERROR_FILE_NOT_FOUND', 1);
define('ERROR_FILE_CANT_CLOSE', 2);
define('ERROR_FILE_EOF', 2);
?>