{template "install/header.html"}
环境监测

{PHP_VERSION}

{loop $path $name $code}

{if !$code}[错误]{else}[正确]{/if}  {$name}

{/loop}
{loop $php $name $code}

{if !$code}[不支持]{else}[支持]{/if}  {$name}

{/loop}
{if $error} {else} 下一步安装 {/if}
{template "install/footer.html"}