{* * $Revision: 1.2 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}

{g->text text="Captcha plugin configuration test"}

{g->text text="The Captcha module requires your webserver to have the GD graphics module installed. The following GD functions are required."}
{foreach from=$CaptchaConfigAdmin.gdReport.success item=func} {/foreach} {foreach from=$CaptchaConfigAdmin.gdReport.fail item=func} {/foreach}
{g->text text="Function name"} {g->text text="Pass/fail"}
{$func}
{g->text text="Available"}
{$func}
{g->text text="Missing"}
{if !empty($CaptchaConfigAdmin.gdReport.fail)}
{g->text text="Critical GD functions are not available. Please ask your system administrator for help."}
{else}
{g->text text="Your webserver is properly configured to use the Captcha module."}
{/if}