{"Server Info"|alang}

{"PHP"|alang}

{"General Info"|alang}

{$phpInfo.general}

{"Configuration"|alang}

{$phpInfo.configuration}

{"Modules"|alang}

{$phpInfo.modules}

{"Environment Vars"|alang}

{$phpInfo.environment}

{"Other Vars"|alang}

{$phpInfo.variables}

{"MySQL"|alang}

{"Status"|alang}

{foreach from=$sqlInfo.status item=v key=k} {/foreach}
Variable Value
{$k} {$v|escape:htmlall}

{"Variables"|alang}

{foreach from=$sqlInfo.variables item=v key=k} {/foreach}
Variable Value
{$k} {$v|escape:htmlall}

{"Tables"|alang}

{$sqlInfo.tables}