ThinkAdmin/application/index/view/index.index.html
2017-02-08 03:43:40 -05:00

22 lines
442 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>后台首页</title>
</head>
<body>
框架版本:{$Think.const.THINK_VERSION}
<br/>
系统类型:{:php_uname('s')}
<br/>
运行环境:{:php_sapi_name()}
<br/>
PHP版本{:phpversion()}
<br/>
MySQL版本{$mysql_ver}
<br/>
上传限制:{:ini_get('upload_max_filesize')}
<br/>
POST限制{:ini_get('post_max_size')}
</body>
</html>