fix
This commit is contained in:
@@ -83,3 +83,11 @@ 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('COREGRADE_ACCOUNT_TESTEMAIL',11001);
|
||||
define('COREGRADE_ACCOUNT_PENDING',11010);
|
||||
define('COREGRADE_VERIFY_PENDING_LINK',11015);
|
||||
define('COREGRADE_ACCOUNT_CREATEACC',11020);
|
||||
define('COREGRADE_ACCOUNT_LOGIN',11025);
|
||||
Reference in New Issue
Block a user