mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
6 lines
131 B
PHP
6 lines
131 B
PHP
<?php
|
|
define('SUCCESS ', 0);
|
|
define('ERROR_FILE_NOT_FOUND', 1);
|
|
define('ERROR_FILE_CANT_CLOSE', 2);
|
|
define('ERROR_FILE_EOF', 2);
|
|
?>
|