summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-03 22:12:27 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-03 22:12:27 +0800
commit3874e732f9f9b9a85df1a044137c9a083e3fc722 (patch)
treee7a7a393a600ae02bbbecf3719458e466af9fa14 /mbbsd/mbbsd.c
parenta4f496f0c13fb087296e9091f005d29af22a90ec (diff)
downloadpttbbs-3874e732f9f9b9a85df1a044137c9a083e3fc722.tar
pttbbs-3874e732f9f9b9a85df1a044137c9a083e3fc722.tar.gz
pttbbs-3874e732f9f9b9a85df1a044137c9a083e3fc722.tar.bz2
pttbbs-3874e732f9f9b9a85df1a044137c9a083e3fc722.tar.lz
pttbbs-3874e732f9f9b9a85df1a044137c9a083e3fc722.tar.xz
pttbbs-3874e732f9f9b9a85df1a044137c9a083e3fc722.tar.zst
pttbbs-3874e732f9f9b9a85df1a044137c9a083e3fc722.zip
register: compact ID_RECORD title format
register: use "system" in regform reject mail instead of reviewer name git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4074 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index d6bcb407..b6b7c798 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -790,6 +790,10 @@ login_query(void)
move(22, 0); refresh();
clrtoeol();
+#ifdef LOCAL_LOGIN_MOD
+ LOCAL_LOGIN_MOD();
+#endif
+
if (strcasecmp(str_sysop, cuser.userid) == 0){
#ifdef NO_SYSOP_ACCOUNT
exit(0);