diff options
-rw-r--r-- | pttbbs/mbbsd/assess.c | 2 | ||||
-rw-r--r-- | pttbbs/mbbsd/syspost.c | 2 | ||||
-rw-r--r-- | pttbbs/mbbsd/user.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pttbbs/mbbsd/assess.c b/pttbbs/mbbsd/assess.c index 13eee806..caa84b3d 100644 --- a/pttbbs/mbbsd/assess.c +++ b/pttbbs/mbbsd/assess.c @@ -206,7 +206,7 @@ reassign_badpost(const char *userid) { " " ANSI_COLOR(1;37) "修改理由是:%s" ANSI_RESET, cuser.userid, u.userid, orig_badpost, u.badpost, reason); snprintf(title, sizeof(title), - "[公安報告] 站長%s修改%s劣文報告", cuser.userid, u.userid); + "[安全報告] 站長%s修改%s劣文報告", cuser.userid, u.userid); post_msg(BN_SECURITY, title, msg, "[系統安全局]"); mail_log2id_text(u.userid, "[系統通知] 劣文變更", msg, "[系統安全局]", NA); diff --git a/pttbbs/mbbsd/syspost.c b/pttbbs/mbbsd/syspost.c index 140154e8..fc979559 100644 --- a/pttbbs/mbbsd/syspost.c +++ b/pttbbs/mbbsd/syspost.c @@ -85,7 +85,7 @@ post_change_perm(int oldperm, int newperm, const char *sysopid, const char *user sprintf(s, "\n " ANSI_COLOR(1;37) "站長%s修改權限理由是:%s\n" ANSI_RESET, cuser.userid, reason); - snprintf(title, sizeof(title), "[公安報告] 站長%s修改%s權限報告", + snprintf(title, sizeof(title), "[安全報告] 站長%s修改%s權限報告", cuser.userid, userid); post_msg(BN_SECURITY, title, genbuf, "[系統安全局]"); diff --git a/pttbbs/mbbsd/user.c b/pttbbs/mbbsd/user.c index 1ad25e01..69e7c904 100644 --- a/pttbbs/mbbsd/user.c +++ b/pttbbs/mbbsd/user.c @@ -1248,7 +1248,7 @@ uinfo_query(const char *orig_uid, int adminmode, int unum) cuser.userid, x.userid, changefrom, x.money, cuser.userid, reason); snprintf(title, sizeof(title), - "[公安報告] 站長%s修改%s錢報告", cuser.userid, + "[安全報告] 站長%s修改%s金錢", cuser.userid, x.userid); post_msg(BN_SECURITY, title, msg, "[系統安全局]"); setumoney(unum, x.money); |