diff options
Diffstat (limited to 'sample/pttbbs.conf')
-rw-r--r-- | sample/pttbbs.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 0532cf04..2bfd3b98 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -110,6 +110,9 @@ (即 telnet 的 control packet), 可避免循環錯誤 */ //#define SKIP_TELNET_CONTROL_SIGNAL +/* 若定義, 在使用者註冊之前, 會先顯示出該檔案, 經使用者確認後才能註冊 */ +//#define HAVE_USERAGREEMENT "etc/UserAgreement" + /* 前進站畫面 */ #define INSCREEN \ "前進站畫面 (請至 pttbbs.conf 修改您的前進站畫面)" |