diff options
-rw-r--r-- | pttbbs/mbbsd/var.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/var.c b/pttbbs/mbbsd/var.c index bcbcae71..497f03e0 100644 --- a/pttbbs/mbbsd/var.c +++ b/pttbbs/mbbsd/var.c @@ -139,8 +139,8 @@ char * const loginview_file[NUMVIEWFILE][2] = { {FN_TOPSONG, "點歌排行榜"}, {"etc/topusr", "十大排行榜"}, {"etc/topusr100", "百大排行榜"}, - {"etc/weather.tmp", "天氣快報"}, - {"etc/stock.tmp", "股市快報"}, + {"", "(保留)"}, + {"", "(保留)"}, {"etc/day", "今日十大話題"}, {"etc/week", "一週五十大話題"}, {"etc/today", "今天上站人次"}, |