summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-05 01:38:19 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-05 01:38:19 +0800
commit890dd47e135c29397a6006556e186061f2afcc67 (patch)
treeb44f0675f1e4ed00dbf3abf544164a3c04154216 /mbbsd/user.c
parent5389a0dd087aaed29cc6e11f5623aef4bb9accf4 (diff)
downloadpttbbs-890dd47e135c29397a6006556e186061f2afcc67.tar
pttbbs-890dd47e135c29397a6006556e186061f2afcc67.tar.gz
pttbbs-890dd47e135c29397a6006556e186061f2afcc67.tar.bz2
pttbbs-890dd47e135c29397a6006556e186061f2afcc67.tar.lz
pttbbs-890dd47e135c29397a6006556e186061f2afcc67.tar.xz
pttbbs-890dd47e135c29397a6006556e186061f2afcc67.tar.zst
pttbbs-890dd47e135c29397a6006556e186061f2afcc67.zip
- move hard-coded board names to pttbbs.conf.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3629 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index c8a7943b..f89d1d82 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -241,7 +241,7 @@ mail_violatelaw(const char *crime, const char *police, const char *reason, const
"時間: %s\n"
ANSI_COLOR(1;32) "%s" ANSI_RESET "判決:\n " ANSI_COLOR(1;32) "%s" ANSI_RESET
"因" ANSI_COLOR(1;35) "%s" ANSI_RESET "行為,\n違反本站站規,處以" ANSI_COLOR(1;35) "%s" ANSI_RESET ",特此通知"
- "\n請到 PttLaw 查詢相關法規資訊,並到 Play-Pay-ViolateLaw 繳交罰單",
+ "\n請到 " GLOBAL_LAW " 查詢相關法規資訊,並到 Play-Pay-ViolateLaw 繳交罰單",
ctime4(&now), police, crime, reason, result);
fclose(fp);
strcpy(fhdr.title, "[報告] 違法判決報告");