diff options
Diffstat (limited to 'sample/pttbbs.conf')
-rw-r--r-- | sample/pttbbs.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index e87e34f6..f95f38e9 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -10,6 +10,10 @@ #define MYHOSTNAME "ptt2.cc" /* 網路位址 */ #define MYIP "140.112.30.143" /* IP位址 */ +/* 為減少假 email 利用 source 算出註冊碼, 我們改用新的公式。 + * 下面這個是起始的種子值,請改成任意字串 (1~13 chars) */ +#define REGISTER_MAGIC "pttbbs" + /* 定義系統資訊 */ #define BBSUSER "bbs" #define BBSUID 9999 |