欢迎使用管理后台。由 THINKING 设计
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")} | |
后台框架搭建