{if $permissions_failed eq '1'}
{$smarty.const._TEXT_START_CHECK}
{$smarty.const._TEXT_START_PERMISSIONS}
{if $permissions}
- {$smarty.const._TEXT_START_PERMISSIONS_FAIL}
{foreach name=aussen item=perm from=$permissions}
- {$perm.path}
{/foreach}
{else}
{$smarty.const._TEXT_START_PERMISSIONS_PASS}
{/if}
{/if}
{$smarty.const._TEXT_START_SETTINGS}
{if $settings.has_error eq true}
{$smarty.const._TEXT_START_COLUMN1} |
{$smarty.const._TEXT_START_COLUMN2} |
{$smarty.const._TEXT_START_COLUMN3} |
{foreach name=aussen item=setting from=$settings.checks}
{if $setting.check eq '0'}
{$setting.desc} |
{$setting.version} |
{if $setting.check eq '1'}
{else if $setting.check eq '0'}
{/if}
|
{/if}
{/foreach}
{/if}
{if $settings.message == 0}
{* server meets system requirements *}
{txt key=_ERROR_START_SUCCESS}
{else}
{* server meets system requirements NOT *}
{txt key=_ERROR_START_ERROR}
{/if}
{if $lang != 'bp'}
{include file="inc.hostings.html"}
{/if}