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
+20
View File
@@ -0,0 +1,20 @@
{php include pubTemplate("header_admin")}
<div class="midder">
{template menu}
<table class="table table-hover">
<tbody>
<tr><td width="100">全站:</td><td><a href="index.php?app=system&ac=cache&ts=delall">清理全站缓存</a></td></tr>
<tr><td>模板:</td><td><a href="index.php?app=system&ac=cache&ts=deltemp">清理模板缓存</a></td></tr>
<tr><td>小组头像:</td><td><a href="index.php?app=system&ac=cache&ts=delgroup">清理小组头像缓存</a></td></tr>
<tr><td>用户头像:</td><td><a href="index.php?app=system&ac=cache&ts=deluser">清理用户头像缓存</a></td></tr>
</tbody>
</table>
</div>
{php include pubTemplate("footer_admin")}