diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-28 13:28:06 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-28 13:28:06 +0800 |
commit | 2286d34c1de78415e1b838cdc071d1d8c56ccd80 (patch) | |
tree | 28e5ff2d4270545951802ea2ce0d28b7c366a782 /include/config.h | |
parent | 00c6a93e810cc0bac23af6edd59f3ce3b610fc4c (diff) | |
download | pttbbs-2286d34c1de78415e1b838cdc071d1d8c56ccd80.tar pttbbs-2286d34c1de78415e1b838cdc071d1d8c56ccd80.tar.gz pttbbs-2286d34c1de78415e1b838cdc071d1d8c56ccd80.tar.bz2 pttbbs-2286d34c1de78415e1b838cdc071d1d8c56ccd80.tar.lz pttbbs-2286d34c1de78415e1b838cdc071d1d8c56ccd80.tar.xz pttbbs-2286d34c1de78415e1b838cdc071d1d8c56ccd80.tar.zst pttbbs-2286d34c1de78415e1b838cdc071d1d8c56ccd80.zip |
- allow all non-guest user to use myfav (PERM_BASIC)
- add GLOBAL_NEWBIE and GLOBAL_SYSOP to default fav (for new registered user, not empty fav)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3748 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 6f461fbf..05ad02b9 100644 --- a/include/config.h +++ b/include/config.h @@ -41,12 +41,16 @@ #define GLOBAL_BUGREPORT "SYSOP" #endif +#ifndef GLOBAL_SYSOP +#define "SYSOP" +#endif + #ifndef GLOBAL_LAW #define GLOBAL_LAW BBSMNAME "Law" #endif #ifndef GLOBAL_NEWBIE -#define GLOBAL_NEWBIE BBSMNAME "NewHand" +#define GLOBAL_NEWBIE BBSMNAME "Newhand" #endif #ifndef GLOBAL_NOTE |