From: Matteo Nastasi (mop) Date: Mon, 13 Jan 2014 18:25:36 +0000 (+0100) Subject: add USER_DIS_REA_MALICIOUS (4) user disable reason X-Git-Tag: v4.14.0~23 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=14986dd09de4a3e52f42bd0730c44e0ab8fa5099 add USER_DIS_REA_MALICIOUS (4) user disable reason --- 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);