diff options
Diffstat (limited to 'sample')
-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 8e5cb552..e87e34f6 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -122,6 +122,9 @@ * 但注意這會吃不少 CPU */ //#define DBCSAWARE_GETDATA //#define DBCSAWARE_EDIT +/* 因為 DBCS 要先偵測,所以可以利用指定下面的時間來判斷使用者有否偵測過 + * 請換成你真正上線的時間 (time_t) */ +//#define DBCSAWARE_UPGRADE_STARTTIME (0) /* 使用新式的 pmore (piaip's more) 代替舊式 bug 抓不完的 more */ #define USE_PIAIP_MORE |