summaryrefslogtreecommitdiffstats
path: root/mbbsd/syspost.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/syspost.c')
-rw-r--r--mbbsd/syspost.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/syspost.c b/mbbsd/syspost.c
index 029c23a7..92aec28a 100644
--- a/mbbsd/syspost.c
+++ b/mbbsd/syspost.c
@@ -62,12 +62,12 @@ post_change_perm(int oldperm, int newperm, const char *sysopid, const char *user
char genbuf[200], reason[30];
int i, flag = 0;
- setbpath(genbuf, "Security");
+ setbpath(genbuf, GLOBAL_SECURITY);
stampfile(genbuf, &fhdr);
if (!(fp = fopen(genbuf, "w")))
return;
- fprintf(fp, "作者: [系統安全局] 看板: Security\n"
+ fprintf(fp, "作者: [系統安全局] 看板: " GLOBAL_SECURITY "\n"
"標題: [公安報告] 站長修改權限報告\n"
"時間: %s\n", ctime4(&now));
for (i = 0; i < NUMPERMS; i++) {