Backend Provider added
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
<?
|
||||
|
||||
//SYSTEM
|
||||
define('PHP_API_OK',0); // 0
|
||||
define('PHP_CREATED_OK',10); // 10
|
||||
define('PHP_LOGIN_OK',100);// 100
|
||||
define('PHP_API_BAD_PARAM',-1); // -1
|
||||
define('PHP_VALID_SESSION',505); // 505
|
||||
define('PHP_INVALID_SESSION',777); // 777
|
||||
|
||||
|
||||
// USERS
|
||||
define('MERMS_USER_BEFORESESSION', 120001);
|
||||
define('MERMS_USER_CREATEACCOUNT', 120001);
|
||||
|
||||
Reference in New Issue
Block a user