同步宝塔上的源码

This commit is contained in:
2025-06-27 21:04:18 +08:00
parent ebc39cd5dd
commit 16de87a864
4689 changed files with 59043 additions and 822 deletions

2
source/language/block/lang_forumlist.php Normal file → Executable file
View File

@@ -26,7 +26,7 @@ $lang = array
'forumlist_orderby_displayorder' => '按显示顺序顺序排序',
'forumlist_orderby_threads' => '按主题数倒序排序',
'forumlist_orderby_todayposts' => '按今日发帖数倒序排序',
'forumlist_orderby_posts' => '按文章数倒序排序',
'forumlist_orderby_posts' => '按帖子数倒序排序',
);
?>