aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/captcha_gd.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/captcha/captcha_gd.php')
-rw-r--r--phpBB/includes/captcha/captcha_gd.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/captcha/captcha_gd.php b/phpBB/includes/captcha/captcha_gd.php
index 9587e87b4f..2232498201 100644
--- a/phpBB/includes/captcha/captcha_gd.php
+++ b/phpBB/includes/captcha/captcha_gd.php
@@ -260,9 +260,9 @@ class captcha
4 => array(
array(1,0,1,0,1,0,0,1,1),
array(0,0,0,0,0,0,0,1,0),
- array(1,0,1,0,1,0,1,0,0),
array(0,0,0,0,0,0,0,0,0),
- array(1,0,1,0,1,0,1,0,0),
+ array(0,0,0,0,0,0,0,0,0),
+ array(1,0,1,0,0,0,0,0,0),
),
));
}