mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Added the constant ERR_COULDNT_RESOLVE_HOST
(cherry picked from commit 2b5d79b81cfef94e4575e875d5938461f84f53c0)
This commit is contained in:
parent
440687c0d7
commit
8fedb02afa
@ -59,6 +59,7 @@ define ('ERR_WRONG_NAME', -100001);
|
||||
define ('ERR_WRONG_PARAMETERS', -100002);
|
||||
define ('ERR_ACL', -110000);
|
||||
define ('ERR_AUTH', -120000);
|
||||
define ('ERR_COULDNT_RESOLVE_HOST', -130000);
|
||||
|
||||
/* Event status code */
|
||||
define ('EVENT_STATUS_NEW', 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user