summaryrefslogtreecommitdiffstats
path: root/mbbsd/xyz.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-04 11:23:26 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-04 11:23:26 +0800
commitff7b952f0b6628d4843bd0cf4ceb8e9efd7798aa (patch)
tree3ff186e6ad1c2a612f8ec12290f6622bf6ba3194 /mbbsd/xyz.c
parentdd335b471838fa45d85838bec7251b9a7525735a (diff)
downloadpttbbs-ff7b952f0b6628d4843bd0cf4ceb8e9efd7798aa.tar
pttbbs-ff7b952f0b6628d4843bd0cf4ceb8e9efd7798aa.tar.gz
pttbbs-ff7b952f0b6628d4843bd0cf4ceb8e9efd7798aa.tar.bz2
pttbbs-ff7b952f0b6628d4843bd0cf4ceb8e9efd7798aa.tar.lz
pttbbs-ff7b952f0b6628d4843bd0cf4ceb8e9efd7798aa.tar.xz
pttbbs-ff7b952f0b6628d4843bd0cf4ceb8e9efd7798aa.tar.zst
pttbbs-ff7b952f0b6628d4843bd0cf4ceb8e9efd7798aa.zip
some basic security stuff can be made default.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2886 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/xyz.c')
-rw-r--r--mbbsd/xyz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/xyz.c b/mbbsd/xyz.c
index cdb16c3c..af5aeb5b 100644
--- a/mbbsd/xyz.c
+++ b/mbbsd/xyz.c
@@ -361,7 +361,7 @@ Goodbye(void)
/* why do we show user info in logout?
* no reason and it has security problem.
*/
-#ifdef LOW_SECURITY
+#if 0 // def LOW_SECURITY
prints(ANSI_COLOR(1;36) "親愛的 " ANSI_COLOR(33) "%s(%s)" ANSI_COLOR(36) ",別忘了再度光臨" ANSI_COLOR(45;33) ""
" %s " ANSI_COLOR(40;36) "!\n以下是您在站內的註冊資料:" ANSI_COLOR(0) "\n",
cuser.userid, cuser.username, BBSName);