begin of thinksaas 3.68

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2023-06-22 13:33:25 +08:00
commit 963ec1b2ea
2746 changed files with 331806 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{php include pubTemplate("header_admin")}
<!--main-->
<div class="midder">
{template anti_menu}
<form method="post" action="{SITE_URL}index.php?app=system&ac=anti&ts=wordadddo">
<div class="form-group">
<label class="text-danger">输入敏感词(一行一个)</label>
<textarea style="height: 300px;" class="form-control" name="word"></textarea>
</div>
<div>
<button type="submit" class="btn btn-primary">执行批量添加</button>
</div>
</form>
</div>
{php include pubTemplate("footer_admin")}