From df7dc763c749b61d3f818566ee137ed62be0bcdc Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 8 Feb 2017 03:43:40 -0500 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/index.index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 application/index/view/index.index.html diff --git a/application/index/view/index.index.html b/application/index/view/index.index.html new file mode 100644 index 000000000..205879448 --- /dev/null +++ b/application/index/view/index.index.html @@ -0,0 +1,22 @@ + + + + + 后台首页 + + +框架版本:{$Think.const.THINK_VERSION} +
+系统类型:{:php_uname('s')} +
+运行环境:{:php_sapi_name()} +
+PHP版本:{:phpversion()} +
+MySQL版本:{$mysql_ver} +
+上传限制:{:ini_get('upload_max_filesize')} +
+POST限制:{:ini_get('post_max_size')} + + \ No newline at end of file