add user ban log from cleanup.php

This commit is contained in:
xiaomlove
2021-05-13 21:31:09 +08:00
parent 174fd2f180
commit 8963058463
20 changed files with 250 additions and 42 deletions
+1
View File
@@ -11,6 +11,7 @@ $lang_login = array
'p_remaining_tries' => "次尝试机会",
'p_no_account_signup' => "还没有账号? 马上<a href=\"signup.php\"><b>注册</b></a>",
'p_forget_pass_recover' => "忘记了密码? 通过<a href=\"recover.php\"><b>邮件</b></a>来找回密码",
'p_account_banned' => "账号被禁用? 通过<a href=\"user-ban-log.php\"><b>封禁记录</b></a>查看原因",
'p_resend_confirm' => "没有收到验证邮件或验证链接无法打开? <a href=\"confirm_resend.php\"><b>重新发送验证邮件</b></a>",
'rowhead_username' => "用户名:",
'rowhead_password' => "密码:",