{switch step} {case 1}

- 运行环境检测

PHP版本 ≥ 5.6: {if ($phpVerGt56) } {else/} {/if}
fileInfo 拓展: {if ($isFileInfo) } {else/} {/if}
curl 拓展: {if ($isCurl) } {else/} {/if}
PDO 拓展: {if ($pdo) } {else/} {/if}
ZipArchive: {if ($isZip) } {else/} {/if}
文件写入权限: {if ($dir) } {else/} {/if}
{if (!$testing) } 检测不通过 {else/} 下一步 {/if} {/case} {case 2}

- 完善数据库配置

{/case} {case 3}

- 设置管理员账号

{/case} {case 4}

- 安装成功

程序安装成功,请牢记管理员账号密码!

网站首页 作者博客
Copyright © 2018 - present Wisp X All rights reserved.
{/case} {default /} {/switch}