From b6f5a2d2010a57ea85252d11bc0beed9bf9a387a Mon Sep 17 00:00:00 2001 From: wens Date: Tue, 12 Sep 2006 05:50:01 +0000 Subject: remove potential permission risk. self introduction is not needed. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3411 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/user.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'mbbsd/user.c') diff --git a/mbbsd/user.c b/mbbsd/user.c index 85e0130f..67ab556c 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -1862,17 +1862,7 @@ u_register(void) toregister(email, genbuf, phone, career, rname, addr, mobile); - clear(); - move(9, 3); - outs("最後Post一篇" ANSI_COLOR(32) "自我介紹文章" ANSI_RESET "給大家吧," - "告訴所有老骨頭" ANSI_COLOR(31) "我來啦^$。\\n\n\n\n"); - pressanykey(); - cuser.userlevel |= PERM_POST; - brc_initial_board("WhoAmI"); - set_board(); - do_post(); - cuser.userlevel &= ~PERM_POST; - return 0; + return FULLUPDATE; } /* 列出所有註冊使用者 */ -- cgit v1.2.3