diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-07 14:04:47 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-07 14:04:47 +0800 |
commit | 735c0af69f7d5f547d7f714fe47881b513b91fa8 (patch) | |
tree | cc2262fd99004d290e6acb0a73a9ac03d5ce9f56 /sample | |
parent | 9d517c2dd00769cec30f784dd6ecab23c6551f75 (diff) | |
download | pttbbs-735c0af69f7d5f547d7f714fe47881b513b91fa8.tar pttbbs-735c0af69f7d5f547d7f714fe47881b513b91fa8.tar.gz pttbbs-735c0af69f7d5f547d7f714fe47881b513b91fa8.tar.bz2 pttbbs-735c0af69f7d5f547d7f714fe47881b513b91fa8.tar.lz pttbbs-735c0af69f7d5f547d7f714fe47881b513b91fa8.tar.xz pttbbs-735c0af69f7d5f547d7f714fe47881b513b91fa8.tar.zst pttbbs-735c0af69f7d5f547d7f714fe47881b513b91fa8.zip |
- change hard-coded board names to defines
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3649 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'sample')
-rw-r--r-- | sample/pttbbs.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 2e6031d4..d7890203 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -32,6 +32,12 @@ #define BBSGID 99 /* *** 以下為預設板名 *** */ +/* 安全紀錄 */ +#define GLOBAL_SECURITY "Security" +/* 動態看板的家 */ +#define GLOBAL_NOTE "Note" +/* 紀錄 */ +#define GLOBAL_RECORD "Record" /* 發生錯誤時建議的回報板名為此板 */ #define GLOBAL_BUGREPORT BBSMNAME "Bug" @@ -39,8 +45,6 @@ #define GLOBAL_LAW BBSMNAME "Law" /* 新手板 */ #define GLOBAL_NEWBIE BBSMNAME "NewHand" -/* 動態看板的家 */ -#define GLOBAL_NOTE "Note" /* 外國板 */ #define GLOBAL_FOREIGN BBSMNAME "Foreign" |