diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2009-02-08 14:26:00 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2009-02-08 14:26:00 +0000 |
commit | b5c8b04203aa7141a5f2a573d713ee2722cc2f90 (patch) | |
tree | f0520fb0d2880c00275a04670240f31d05f700cb | |
parent | f668b3c9f5067bd93924d8ef6a3cad5c5be45a87 (diff) | |
download | forums-b5c8b04203aa7141a5f2a573d713ee2722cc2f90.tar forums-b5c8b04203aa7141a5f2a573d713ee2722cc2f90.tar.gz forums-b5c8b04203aa7141a5f2a573d713ee2722cc2f90.tar.bz2 forums-b5c8b04203aa7141a5f2a573d713ee2722cc2f90.tar.xz forums-b5c8b04203aa7141a5f2a573d713ee2722cc2f90.zip |
a little less
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9322 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/captcha/captcha_gd.php | 4 |
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), ), )); } |