mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
添加模板
This commit is contained in:
parent
240a9b6296
commit
df7dc763c7
22
application/index/view/index.index.html
Normal file
22
application/index/view/index.index.html
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<!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>
|
Loading…
x
Reference in New Issue
Block a user