Welcome

管理后台

欢迎使用管理后台。由 THINKING 设计

项目地址: 码云地址 https://gitee.com/lovephp/thinkphp51_backstage.git

基本信息
运行环境
{if condition="function_exists('opcache_get_configuration')"} {else/} {/if}
PHP 版本 {$Think.PHP_VERSION}
MYSQL 版本 {:mysqli_get_client_version()}
WEB 服务器 {$_SERVER['SERVER_SOFTWARE']}
操作系统 {$Think.PHP_OS}
opcache (建议开启){:opcache_get_configuration()['directives']['opcache.enable'] ? '开启' : '关闭' }未开启
脚本最大执行时间(s) {:get_cfg_var("max_execution_time")}
上传限制大小(M) {:get_cfg_var ("upload_max_filesize")}
当前时间 {:date("Y-m-d H:i:s")}
更新日志
6:00
2018-11-16

后台框架搭建

6:00
2018-12-11

后台修复bug