{include="style"}
首页
系统设置
数据库管理
{if(checkAction('Index/backup'))}
备份数据库
{/if}
共有:{fun count($lists)} 个备份
数据库备份名
大小
操作
{foreach $lists as $v}
{$v}
{fun get_file_byte('backup/'.$v)}
{if(checkAction('Index/huanyuan'))}
还原数据
{/if} {if(checkAction('Index/shanchu'))}
删除备份
{/if}
{/foreach}