summaryrefslogtreecommitdiffstats
path: root/sample
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-15 01:41:38 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-15 01:41:38 +0800
commitc2c6dc08697a405d769e26c561ee1275b70862fa (patch)
treebbd563760662f859c7ea1952e10e411edb66da95 /sample
parent716c986c2b967e0268eb0397b7c1805926b991c0 (diff)
downloadpttbbs-c2c6dc08697a405d769e26c561ee1275b70862fa.tar
pttbbs-c2c6dc08697a405d769e26c561ee1275b70862fa.tar.gz
pttbbs-c2c6dc08697a405d769e26c561ee1275b70862fa.tar.bz2
pttbbs-c2c6dc08697a405d769e26c561ee1275b70862fa.tar.lz
pttbbs-c2c6dc08697a405d769e26c561ee1275b70862fa.tar.xz
pttbbs-c2c6dc08697a405d769e26c561ee1275b70862fa.tar.zst
pttbbs-c2c6dc08697a405d769e26c561ee1275b70862fa.zip
new recommendation style: (#undef GUESTRECOMMEND)
record date/time. IP is omitted because article owner may modify it. If guest is allowed to recommend, then use old style recommendation log to keep IP info. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3167 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'sample')
-rw-r--r--sample/pttbbs.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf
index d1a16a96..3f85bb7e 100644
--- a/sample/pttbbs.conf
+++ b/sample/pttbbs.conf
@@ -193,6 +193,9 @@
/* 若定義, 則使用舊式推文 */
#define OLDRECOMMEND
+/* 若定義, 則 guest 可推文,格式變為 IP+日期 */
+#define GUESTRECOMMEND
+
/* 定義幾秒內算快速推文 */
#define FASTRECMD_LIMIT (90)