summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-25 14:49:19 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-25 14:49:19 +0800
commit8ecd6bd4b4c1aee9d96b7dd6c3e889807bd222cd (patch)
tree6f88e587c8030a75f43e47ba59ea5a11659c935a /include
parent3e4714bc76d9a8b789527654b24eda4331e8ffdf (diff)
downloadpttbbs-8ecd6bd4b4c1aee9d96b7dd6c3e889807bd222cd.tar
pttbbs-8ecd6bd4b4c1aee9d96b7dd6c3e889807bd222cd.tar.gz
pttbbs-8ecd6bd4b4c1aee9d96b7dd6c3e889807bd222cd.tar.bz2
pttbbs-8ecd6bd4b4c1aee9d96b7dd6c3e889807bd222cd.tar.lz
pttbbs-8ecd6bd4b4c1aee9d96b7dd6c3e889807bd222cd.tar.xz
pttbbs-8ecd6bd4b4c1aee9d96b7dd6c3e889807bd222cd.tar.zst
pttbbs-8ecd6bd4b4c1aee9d96b7dd6c3e889807bd222cd.zip
missing commit for 2541
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2542 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/perm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/perm.h b/include/perm.h
index 71a6fdb3..9f88bf96 100644
--- a/include/perm.h
+++ b/include/perm.h
@@ -41,7 +41,7 @@
#define NUMPERMS 32
#define PERM_DEFAULT (PERM_BASIC | PERM_CHAT | PERM_PAGE )
-#define PERM_MANAGER (PERM_RELATION | PERM_SMG | PERM_ACTION | PERM_PAINT | PERM_LAW)
+#define PERM_MANAGER (PERM_RELATION | PERM_ACCTREG | PERM_ACTION | PERM_PAINT | PERM_LAW)
#define PERM_ADMIN (PERM_ACCOUNTS | PERM_SYSOP | PERM_SYSSUBOP | PERM_MANAGER | PERM_BM)
#define PERM_ALLBOARD (PERM_SYSOP | PERM_BOARD)
#define PERM_LOGINCLOAK (PERM_SYSOP | PERM_ACCOUNTS)