loganalyzer/include/constants_errors.php
Michael Meckelein f3c85a21e5 modified: classes/logstreamdisk.class.php
- some read modification including changing direction
- also some performance tuning - not yet ready! This version does not work at all
modified:   include/constants_errors.php
2008-03-10 17:30:48 +01:00

8 lines
190 B
PHP

<?php
define('SUCCESS ', 0);
define('ERROR_FILE_NOT_FOUND', 1);
define('ERROR_FILE_CANT_CLOSE', 2);
define('ERROR_FILE_EOF', 3);
define('ERROR_FILE_BOF', 4);
define('ERROR_UNDEFINED', 5);
?>