{template 'common/header'}
| 系统信息 |
| 微擎程序版本 |
微 擎 {php echo IMS_VERSION;} Release {php echo IMS_RELEASE_DATE;}
查看最新版本
|
| 产品系列 |
{$info['family']} |
{if 'display' == $do}
| 服务器系统 |
{$info['os']} |
| PHP版本 |
PHP Version {$info['php']} |
| 服务器软件 |
{$info['sapi']} |
| 服务器 MySQL 版本 |
{$info['mysql']['version']} |
| 上传许可 |
{$info['limit']} |
| 当前数据库尺寸 |
{{ dbcontent }}
|
| 当前附件根目录 |
{$info['attach']['url']} |
| 当前附件尺寸 |
{{ content }}
|
{/if}
{if $_W['isfounder']}
{/if}
{if 'bi' == $do}
| 其他信息 |
| 服务后台用户数量(单位:个) |
{php echo $other_info['users']} |
| 所有平台账号下的服务会员数量(单位:个) |
{$other_info['members']} |
| 服务第三方账号数量(单位:个) |
{$other_info['accounts']['sum']}
(其中含:
{loop $other_info['accounts']['type_sum'] $item}
{$item['type_name']}
{$item['sum']};
{/loop})
|
| 支付功能产生的交易总额(单位:元) |
{$other_info['fee']} |
{/if}
{template 'common/footer'}