summaryrefslogtreecommitdiffstats
path: root/mbbsd/xyz.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-05 00:42:30 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-05 00:42:30 +0800
commit674ab918d3c0a9bb22aec5f2c8669fc84d7a9fa7 (patch)
tree3667bf65cd288ff8fd9cfe348c7900bca6cf61db /mbbsd/xyz.c
parentd0f61461d08d843648f9610ec02658ff74acfe91 (diff)
downloadpttbbs-674ab918d3c0a9bb22aec5f2c8669fc84d7a9fa7.tar
pttbbs-674ab918d3c0a9bb22aec5f2c8669fc84d7a9fa7.tar.gz
pttbbs-674ab918d3c0a9bb22aec5f2c8669fc84d7a9fa7.tar.bz2
pttbbs-674ab918d3c0a9bb22aec5f2c8669fc84d7a9fa7.tar.lz
pttbbs-674ab918d3c0a9bb22aec5f2c8669fc84d7a9fa7.tar.xz
pttbbs-674ab918d3c0a9bb22aec5f2c8669fc84d7a9fa7.tar.zst
pttbbs-674ab918d3c0a9bb22aec5f2c8669fc84d7a9fa7.zip
wasting my time
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2891 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/xyz.c')
-rw-r--r--mbbsd/xyz.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/mbbsd/xyz.c b/mbbsd/xyz.c
index abbad06a..4975483f 100644
--- a/mbbsd/xyz.c
+++ b/mbbsd/xyz.c
@@ -358,17 +358,6 @@ Goodbye(void)
}
clear();
- /* why do we show user info in logout?
- * no reason and it has security problem.
- */
-#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.nickname, BBSName);
- user_display(&cuser, 0);
- pressanykey();
-#endif
-
more("etc/Logout", NA);
if(!(cuser.userlevel & PERM_LOGINOK))