mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
file for all the error messages
This commit is contained in:
parent
1f08f67f19
commit
11f05a114e
6
include/constants_errors.php
Normal file
6
include/constants_errors.php
Normal 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);
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user