summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-28 13:50:52 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-28 13:50:52 +0800
commit76c3cd196a66c1e8a1df39d6cca858cb722986ee (patch)
tree9d07af8b3a35fca78565e532b819bb1aeefe5a4f /include/common.h
parent54bb9f7ff65c209b79c409df45c4e03fb8b8c4ac (diff)
downloadpttbbs-76c3cd196a66c1e8a1df39d6cca858cb722986ee.tar
pttbbs-76c3cd196a66c1e8a1df39d6cca858cb722986ee.tar.gz
pttbbs-76c3cd196a66c1e8a1df39d6cca858cb722986ee.tar.bz2
pttbbs-76c3cd196a66c1e8a1df39d6cca858cb722986ee.tar.lz
pttbbs-76c3cd196a66c1e8a1df39d6cca858cb722986ee.tar.xz
pttbbs-76c3cd196a66c1e8a1df39d6cca858cb722986ee.tar.zst
pttbbs-76c3cd196a66c1e8a1df39d6cca858cb722986ee.zip
- allow F forward only for authenticated users
- check reject list for local users in F forward git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4252 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index fe6c428e..7ef044ea 100644
--- a/include/common.h
+++ b/include/common.h
@@ -68,8 +68,8 @@
#define MSG_DEL_NY "請確定刪除(Y/N)?[N] "
#define MSG_FWD_OK "文章轉寄完成!"
-#define MSG_FWD_ERR1 "轉寄失誤: 系統錯誤 system error"
-#define MSG_FWD_ERR2 "轉寄失誤: 位址錯誤 address error"
+#define MSG_FWD_ERR1 "轉寄錯誤: 系統錯誤 system error"
+#define MSG_FWD_ERR2 "轉寄錯誤: 位址錯誤 address error"
#define MSG_SURE_NY "請您確定(Y/N)?[N] "
#define MSG_SURE_YN "請您確定(Y/N)?[Y] "