db structure add table user_ban_logs

This commit is contained in:
xiaomlove
2021-05-14 00:31:37 +08:00
parent 89c2a05d50
commit 12b370f2e8
4 changed files with 42 additions and 10 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ $filterForm = <<<FORM
<div>
<h1 style="text-align: center">User ban log</h1>
<form id="filterForm" action="{$_SERVER['REQUEST_URI']}" method="get">
<input id="q" type="text" name="q" value="{$q}">
<input id="q" type="text" name="q" value="{$q}" placeholder="username">
<input type="submit">
<input type="reset" onclick="document.getElementById('q').value='';document.getElementById('filterForm').submit();">
</form>