diff options
Diffstat (limited to 'include/perm.h')
-rw-r--r-- | include/perm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/perm.h b/include/perm.h index 04864e2d..3923c796 100644 --- a/include/perm.h +++ b/include/perm.h @@ -52,7 +52,7 @@ #define PERM_SEEBLEVELS (PERM_SYSOP | PERM_BM) #define PERM_NOTIMEOUT (PERM_SYSOP) #define PERM_READMAIL (PERM_BASIC) -#define PERM_FORWARD (PERM_BASIC) /* to do the forwarding */ +#define PERM_FORWARD (PERM_LOGINOK) /* to do the forwarding */ #define PERM_INTERNET (PERM_LOGINOK) /* 身份認證過關的才能寄信到 Internet */ #define HasUserPerm(x) (cuser.userlevel & (x)) |