fix
This commit is contained in:
@@ -83,3 +83,16 @@ defined('EXIT_USER_INPUT') OR define('EXIT_USER_INPUT', 7); // invalid user
|
||||
defined('EXIT_DATABASE') OR define('EXIT_DATABASE', 8); // database error
|
||||
defined('EXIT__AUTO_MIN') OR define('EXIT__AUTO_MIN', 9); // lowest automatically-assigned error code
|
||||
defined('EXIT__AUTO_MAX') OR define('EXIT__AUTO_MAX', 125); // highest automatically-assigned error code
|
||||
|
||||
define('PHP_LOGIN_OK', 100 );
|
||||
define('PHP_API_OK', 0);
|
||||
|
||||
define('MERMSEMR_BKO_START', 100000 );
|
||||
define('MERMSEMR_BKO_LOGIN', 100005);
|
||||
define('MERMSEMR_BKO_CREATEUSER', 100010);
|
||||
define('MERMSEMR_BKO_EDITUSER', 100011);
|
||||
define('MERMSEMR_BKO_UPDATEMEMBER', 100012);
|
||||
define('MERMSEMR_BKO_ADDREASON', 100020);
|
||||
define('MERMSEMR_BKO_DELETEALLCARDS', 100022);
|
||||
define('MERMSEMR_BKO_ADDCARD', 100028);
|
||||
define('MERMSEMR_BKO_LANGUAGE_STATUS', 100030);
|
||||
Reference in New Issue
Block a user