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