From 3e4714bc76d9a8b789527654b24eda4331e8ffdf Mon Sep 17 00:00:00 2001 From: in2 Date: Fri, 25 Feb 2005 06:45:05 +0000 Subject: add Account Registration (PERM_REG) for registration. remove PERM_SMG. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2541 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/perm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/perm.h b/include/perm.h index cf838044..71a6fdb3 100644 --- a/include/perm.h +++ b/include/perm.h @@ -29,7 +29,7 @@ #define PERM_LOGUSER 000010000000 /* 觀察使用者行蹤 */ #define PERM_NOCITIZEN 000020000000 /* 搋奪公權 */ #define PERM_RELATION 000040000000 /* 公關組 */ -#define PERM_SMG 000100000000 /* 特務組 */ +#define PERM_ACCTREG 000100000000 /* 帳號審核組 */ #define PERM_PRG 000200000000 /* 程式組 */ #define PERM_ACTION 000400000000 /* 活動組 */ #define PERM_PAINT 001000000000 /* 美工組 */ -- cgit v1.2.3