diff options
-rw-r--r-- | mbbsd/edit.c | 2 | ||||
-rw-r--r-- | mbbsd/xyz.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c index 51df6f5a..8a7dcf49 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -1279,7 +1279,7 @@ do_quote(void) else if (op == 'r') while (fgets(buf, 256, inf)) { /* repost, keep anything */ -#ifdef LOW_SECURITY +#if 0 // def LOW_SECURITY insert_string(Ptt_prints(buf, NO_RELOAD)); #else // quote_strip_ansi_inline(buf); 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) "�˷R�� " ANSI_COLOR(33) "%s(%s)" ANSI_COLOR(36) "�A�O�ѤF�A�ץ��{" ANSI_COLOR(45;33) "" " %s " ANSI_COLOR(40;36) "�I\n�H�U�O�z�b���������U���:" ANSI_COLOR(0) "\n", cuser.userid, cuser.username, BBSName); |