From f680ef20c2d16966a408c56608b28c1e014c2105 Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 9 Apr 2008 15:35:48 +0000 Subject: - restrict VIOLATE_LAW cross-posting - add owner/delete in SAFEDEL title as log git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4118 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/common.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 1086a796..4d3d7d5d 100644 --- a/include/common.h +++ b/include/common.h @@ -34,6 +34,15 @@ #define FN_BRDLISTHELP "etc/boardlist.help" #define FN_BOARDHELP "etc/board.help" + +// 自訂刪除文章時出現的標題與檔案 +#ifndef FN_SAFEDEL +#define FN_SAFEDEL ".deleted" +#endif +#ifndef STR_SAFEDEL_TITLE +#define STR_SAFEDEL_TITLE "(本文已被刪除)" +#endif + #define MSG_DEL_CANCEL "取消刪除" #define MSG_BIG_BOY "我是大帥哥! ^o^Y" #define MSG_BIG_GIRL "世紀大美女 *^-^*" -- cgit v1.2.3