summaryrefslogtreecommitdiffstats
path: root/mbbsd/pmore.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/pmore.c')
-rw-r--r--mbbsd/pmore.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c
index 2efe2afb..81d47104 100644
--- a/mbbsd/pmore.c
+++ b/mbbsd/pmore.c
@@ -80,7 +80,7 @@
"[搜尋]關鍵字:"
#define PMORE_MSG_MOVIE_DETECTED \
- " ☆ 這份文件是可播放的文字動畫,要開始播放嗎? [Y/n]"
+ " ★ 這份文件是可播放的文字動畫,要開始播放嗎? [Y/n]"
#define PMORE_MSG_MOVIE_PLAYOLD_GETTIME \
"這可能是傳統動畫檔, 若要直接播放請輸入速度(秒): "
#define PMORE_MSG_MOVIE_PLAYOLD_AS24L \
@@ -2281,9 +2281,11 @@ pmore(char *fpath, int promptend)
// admin edit any files other than ve help file
// and posts in Security board
if ( HasUserPerm(PERM_SYSOP) &&
- (strcmp(fpath, "etc/ve.hlp") != 0) &&
- (strcmp(currboard, "Security") != 0)
- )
+#ifdef GLOBAL_SECURITY
+ strcmp(currboard, GLOBAL_SECURITY) != 0 &&
+#endif // GLOBAL_SECURITY
+ strcmp(fpath, "etc/ve.hlp") != 0 &&
+ 1)
{
#ifdef PMORE_LOG_SYSOP_EDIT
time4_t t = time4(NULL);