From c7b5495e9dc10baf23bb3a781fc30c0a3f017aac Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 9 Jun 2005 08:31:15 +0000 Subject: incremental upgrade support (currently DBCSAWARE only) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2814 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- sample/pttbbs.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sample') 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 -- cgit v1.2.3