{php include pubTemplate("header_admin")}
目录权限
cache目录:{if iswriteable('cache')==0}不可写(请设置为可写777权限){else}可写{/if}
data目录:{if iswriteable('data')==0}不可写(请设置为可写777权限){else}可写{/if}
tslogs目录:{if iswriteable('tslogs')==0}不可写(请设置为可写777权限){else}可写{/if}
upgrade目录:{if iswriteable('upgrade')==0}不可写(请设置为可写777权限){else}可写{/if}
uploadfile目录:{if iswriteable('uploadfile')==0}不可写(请设置为可写777权限){else}可写{/if}
软件信息
程序版本:{$TS_CF['info']['name']} {$TS_CF['info']['version']}
联系方式:QQ:{$TS_CF['info']['qq']} 微信:{$TS_CF['info']['weixin']}
官方网址:{$TS_CF['info']['url']}
官方社区:https://demo.thinksaas.cn/
域名授权:
服务器信息
服务器软件:{$systemInfo[server]}
操作系统:{$systemInfo[phpos]}
PHP版本:{$systemInfo[phpversion]}
MySQL版本:{$systemInfo[mysql]}
物理路径:$_SERVER[DOCUMENT_ROOT]
php附件上传限制:{$systemInfo['upload']}
php内存限制:{$systemInfo['memory']}
php图像处理:{$systemInfo['gd']}
语言:{$_SERVER[HTTP_ACCEPT_LANGUAGE]}
gzip压缩:{if $_SERVER[HTTP_ACCEPT_ENCODING]}{$_SERVER[HTTP_ACCEPT_ENCODING]}{else}不支持{/if}
ThinkSAAS消息
{php include pubTemplate("footer_admin")}