Backend Provider added

This commit is contained in:
2019-03-03 23:28:42 +00:00
parent d73e043b4e
commit 0d814375ff
2 changed files with 31 additions and 16 deletions
@@ -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);