diff options
author | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-03-13 16:49:20 +0800 |
---|---|---|
committer | wens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-03-13 16:49:20 +0800 |
commit | 6e73dd08e23f19998a385c2d5576345fc947e741 (patch) | |
tree | 98d1dbf6fd7b52af5ad1f9cef0ce3f3b3d35ac4f /include | |
parent | 7244928e1902044295de75180035ea8ca67a4930 (diff) | |
download | pttbbs-6e73dd08e23f19998a385c2d5576345fc947e741.tar pttbbs-6e73dd08e23f19998a385c2d5576345fc947e741.tar.gz pttbbs-6e73dd08e23f19998a385c2d5576345fc947e741.tar.bz2 pttbbs-6e73dd08e23f19998a385c2d5576345fc947e741.tar.lz pttbbs-6e73dd08e23f19998a385c2d5576345fc947e741.tar.xz pttbbs-6e73dd08e23f19998a385c2d5576345fc947e741.tar.zst pttbbs-6e73dd08e23f19998a385c2d5576345fc947e741.zip |
Police Manager, can search user info
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3487 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/perm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/perm.h b/include/perm.h index 166f5bb2..d135ba70 100644 --- a/include/perm.h +++ b/include/perm.h @@ -33,7 +33,7 @@ #define PERM_PRG 000200000000 /* 程式組 */ #define PERM_ACTION 000400000000 /* 活動組 */ #define PERM_PAINT 001000000000 /* 美工組 */ -#define PERM_LAW 002000000000 /* 立法組 */ +#define PERM_POLICE_MAN 002000000000 /* 警察總管 */ #define PERM_SYSSUBOP 004000000000 /* 小組長 */ #define PERM_OLDSYSOP 010000000000 /* 退休站長 */ #define PERM_POLICE 020000000000 /* 警察 */ @@ -41,7 +41,7 @@ #define NUMPERMS 32 #define PERM_DEFAULT (PERM_BASIC | PERM_CHAT | PERM_PAGE ) -#define PERM_MANAGER (PERM_ACCTREG | PERM_ACTION | PERM_PAINT | PERM_LAW) +#define PERM_MANAGER (PERM_ACCTREG | PERM_ACTION | PERM_PAINT) #define PERM_ADMIN (PERM_ACCOUNTS | PERM_SYSOP | PERM_SYSSUBOP | PERM_SYSSUPERSUBOP | PERM_MANAGER | PERM_BM) #define PERM_ALLBOARD (PERM_SYSOP | PERM_BOARD) #define PERM_LOGINCLOAK (PERM_SYSOP | PERM_ACCOUNTS) |