aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_captcha.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-01-21 13:37:50 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-01-21 13:37:50 +0000
commit71039008474e678959a432db1868faf5d6a3cb71 (patch)
tree6025cab93575492e49e04b67d94008278d2b900c /phpBB/includes/acp/acp_captcha.php
parentfce20fd8988d83e27e76ea057c25d189347df400 (diff)
downloadforums-71039008474e678959a432db1868faf5d6a3cb71.tar
forums-71039008474e678959a432db1868faf5d6a3cb71.tar.gz
forums-71039008474e678959a432db1868faf5d6a3cb71.tar.bz2
forums-71039008474e678959a432db1868faf5d6a3cb71.tar.xz
forums-71039008474e678959a432db1868faf5d6a3cb71.zip
New option for the GD VC. Parameters need some more tweaking
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9283 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_captcha.php')
-rw-r--r--phpBB/includes/acp/acp_captcha.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_captcha.php b/phpBB/includes/acp/acp_captcha.php
index 90aa4e8683..8b5cf19ee7 100644
--- a/phpBB/includes/acp/acp_captcha.php
+++ b/phpBB/includes/acp/acp_captcha.php
@@ -29,12 +29,12 @@ class acp_captcha
$user->add_lang('acp/board');
-
$captcha_vars = array(
'captcha_gd_x_grid' => 'CAPTCHA_GD_X_GRID',
'captcha_gd_y_grid' => 'CAPTCHA_GD_Y_GRID',
'captcha_gd_foreground_noise' => 'CAPTCHA_GD_FOREGROUND_NOISE',
- 'captcha_gd' => 'CAPTCHA_GD_PREVIEWED'
+ 'captcha_gd' => 'CAPTCHA_GD_PREVIEWED',
+ 'captcha_gd_wave' => 'CAPTCHA_GD_WAVE',
);
if (isset($_GET['demo']))