From 14986dd09de4a3e52f42bd0730c44e0ab8fa5099 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Mon, 13 Jan 2014 19:25:36 +0100 Subject: [PATCH] add USER_DIS_REA_MALICIOUS (4) user disable reason --- web/Obj/user.phh | 1 + 1 file changed, 1 insertion(+) diff --git a/web/Obj/user.phh b/web/Obj/user.phh index a31765f..50fdd66 100644 --- a/web/Obj/user.phh +++ b/web/Obj/user.phh @@ -67,6 +67,7 @@ define('USER_FLAG_TY_DISABLE', 0x800000); // done define('USER_DIS_REA_INVMAIL', 1); define('USER_DIS_REA_LICENCE', 2); define('USER_DIS_REA_BANNED', 3); +define('USER_DIS_REA_MALICIOUS', 4); // 240 is the right value, 600 is for fwrite error test define('RD_ENDTIME_DELTA', 240); -- 2.17.1