mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add complain switch
This commit is contained in:
@@ -29,4 +29,5 @@ $lang_complains = [
|
||||
'text_view_band_log' => '查看封禁记录',
|
||||
'reply_notify_subject' => '申诉回复',
|
||||
'reply_notify_body' => '你在网站 %s 的申诉有了回复,点此 <a href="%s" target="_blank">查看</a>。',
|
||||
'complain_not_enabled' => '申诉功能未启用',
|
||||
];
|
||||
|
||||
@@ -814,6 +814,8 @@ $lang_settings = array
|
||||
'text_paid_torrent_enabled_note' => '启用后,有权限的用户可以在发种时设置向下载种子的用户收取一定的魔力,默认:否',
|
||||
'row_use_challenge_response_authentication' => '挑战-响应认证',
|
||||
'text_use_challenge_response_authentication_note' => '如果启用,登录时将不传输明文密码,建议启用。未来版本会删除此配置且启用此功能。',
|
||||
'row_complain_enabled' => '启用申诉',
|
||||
'row_complain_enabled_note' => '默认: "yes"',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user