ThinkAdmin/runtime/temp/d0720a6de1598fd846b92ea5de3d6a83.php
2017-02-13 15:32:23 +08:00

23 lines
668 B
PHP
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.

<?php if (!defined('THINK_PATH')) exit(); /*a:1:{s:76:"D:\WebRoot\git\Think.Admin.git\trunk/application/index\view\index.index.html";i:1486969785;}*/ ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>后台首页</title>
</head>
<body>
框架版本:<?php echo THINK_VERSION; ?>
<br/>
系统类型:<?php echo php_uname('s'); ?>
<br/>
运行环境:<?php echo php_sapi_name(); ?>
<br/>
PHP版本<?php echo phpversion(); ?>
<br/>
MySQL版本<?php echo $mysql_ver; ?>
<br/>
上传限制:<?php echo ini_get('upload_max_filesize'); ?>
<br/>
POST限制<?php echo ini_get('post_max_size'); ?>
</body>
</html>