Backend Service

This commit is contained in:
2019-03-09 16:32:54 +00:00
parent 9a2a5a7bb0
commit d26aaf1cdc
6 changed files with 235 additions and 13 deletions
+7
View File
@@ -1,4 +1,11 @@
<?
// GENERAL
define('USER_CREATETASK', 2200);
define('USER_LOADTASK', 5500);
define('MODE_SETVALUE', 1001);
define('MODE_GETVALUE', 2002);
// USERS
define('MERMS_USER_BEFORESESSION', 120001);
define('MERMS_USER_CREATEACCOUNT', 120015);