{"System Check"|alang}

{if $phpProb} {/if} {if $sessionProb} {/if} {if $disabledFunctions != ''} {/if} {if !$uploadAllowed} {/if} {if !$gdLib} {/if} {if $safeMode} {if $execProb} {/if} {if $memProb} {/if} {/if} {if $postProb} {/if} {if $uploadProb} {/if}
{"Option"|alang} {"Setting"|alang} {"Requirement"|alang}
{"PHP Version"|alang} {$systeminfo.phpversion} {$requirements.php}
{"Sessions"|alang} {"Do not work"|alang} {"Sessions need to be enabled in order for this application to work."|help}
{"Disabled Functions"|alang} {$disabledFunctions|replace:',':'
'}
{"Please check if any vital function is listed here."|help}
{"File Uploads"|alang} {"Disabled"|alang} {"Attachments will be disabled."|help}
{"GD Library"|alang} {"Not Found"|alang} {"GD Library is needed to generate images from the application. Most common (and useful) use are CAPTCHA images."|help}
{"Safe Mode"|alang} {"ON"|alang} {"Recommended: OFF"|alang} {"With safe mode on, the script will not be able to adjust the server configuration for optimal performance."|help}
{"Maximum Execution Time"|alang} {$executionLimit} {"Needed: at least 30"|alang} {"Some scripts might not finish the execution within the allowed timeframe, which is set to a value lower than a default PHP value (30 seconds)."|help}
{"Memory Limit"|alang} {$memoryLimit} {"Needed: at least 64MB"|alang} {"Your server is set to allow less memory than this script requires."|help}
{"Maximum POST Size"|alang} {$postLimit} {"This value is too low, and this server imposed limit cannot be changed."|help}
{"Maximum Upload File Size"|alang} {$uploadLimit} {"This value is too low, and this server imposed limit cannot be changed."|help}
{if $requirementsMet}
{else}
{if $phpProb}
{"Your PHP version does not meet the minimum requirements."|alang}
{/if} {if $sessionProb}
{"Your server does not appear to be handling sessions properly."|alang}
{/if} {if $execProb}
{"Your server does not appear to be handling sessions properly."|alang}
{/if}
{/if}