欢迎使用 CatchAdmin 管理后台。由 THINKING 设计
博客地址 ThinkING 博客
项目地址: 码云地址 https://gitee.com/lovephp/thinkphp51_backstage.git
PHP 版本 | {$Think.PHP_VERSION} | |
---|---|---|
MYSQL 版本 | {:mysqli_get_client_version()} | |
WEB 服务器 | {$_SERVER['SERVER_SOFTWARE']} | |
操作系统 | {$Think.PHP_OS} | |
opcache (建议开启) | {if condition="function_exists('opcache_get_configuration')"}{:opcache_get_configuration()['directives']['opcache.enable'] ? '开启' : '关闭' } | {else/}未开启 | {/if}
脚本最大执行时间(s) | {:get_cfg_var("max_execution_time")} | |
上传限制大小(M) | {:get_cfg_var ("upload_max_filesize")} | |
当前时间 | {:date("Y-m-d H:i:s")} | |
后台框架搭建
后台修复bug
增加部分系统功能 & 修正 BUG