aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-02-08 14:15:49 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-02-08 14:15:49 +0000
commit6f486b0499258d1a236837acae120274bb1832d1 (patch)
tree78aca5d7a4b321aee41032556b7208a9c40034f8 /phpBB/adm
parent12c605755f933761e29b5c357298f9287b18e342 (diff)
downloadforums-6f486b0499258d1a236837acae120274bb1832d1.tar
forums-6f486b0499258d1a236837acae120274bb1832d1.tar.gz
forums-6f486b0499258d1a236837acae120274bb1832d1.tar.bz2
forums-6f486b0499258d1a236837acae120274bb1832d1.tar.xz
forums-6f486b0499258d1a236837acae120274bb1832d1.zip
and another CAPTCHA setting - add new noise shapes to the noise array for more variations.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9320 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_captcha.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html
index bbee371b2a..e8e5bd2265 100644
--- a/phpBB/adm/style/acp_captcha.html
+++ b/phpBB/adm/style/acp_captcha.html
@@ -47,6 +47,12 @@
<label><input name="captcha_gd_wave" value="0" class="radio" type="radio"<!-- IF not CAPTCHA_GD_WAVE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
</dd>
</dl>
+<dl>
+ <dt><label for="captcha_gd_3d_noise">{L_CAPTCHA_GD_3D_NOISE}:</label><br /><span>{L_CAPTCHA_GD_3D_NOIS_EXPLAIN}</span></dt>
+ <dd><label><input id="captcha_gd_3d_noise" name="captcha_gd_3d_noise" value="1" class="radio" type="radio"<!-- IF CAPTCHA_GD_3D_NOISE --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
+ <label><input name="captcha_gd_3d_noise" value="0" class="radio" type="radio"<!-- IF not CAPTCHA_GD_3D_NOISE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
+</dd>
+</dl>
<!-- ENDIF -->
</fieldset>