{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} {foreach name=aussen item=setting from=$settings.checks} {if $setting.check eq '0'} {/if} {/foreach} {/if}
{$smarty.const._TEXT_START_COLUMN1} {$smarty.const._TEXT_START_COLUMN2} {$smarty.const._TEXT_START_COLUMN3}
{$setting.desc} {$setting.version} {if $setting.check eq '1'} {else if $setting.check eq '0'} {/if}
{if $settings.message == 0 && $permissions_failed neq '1'} {* server meets system requirements *}
{txt key=_ERROR_START_SUCCESS}
{elseif $permissions_failed eq '1'} {* server meets system requirements NOT *}
{txt key=_ERROR_START_ERROR}
{else} {* server meets system requirements NOT *} {/if}
{if $lang != 'bp'} {/if}