From 31cf21e3c2232ed76c4309f6736c5775b3eb057e Mon Sep 17 00:00:00 2001 From: David M Date: Sat, 12 Aug 2006 18:46:06 +0000 Subject: [PATCH] radius += 2 git-svn-id: file:///svn/phpbb/trunk@6283 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/captcha/captcha_gd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/captcha/captcha_gd.php b/phpBB/includes/captcha/captcha_gd.php index 3939204181..8a2bf70242 100644 --- a/phpBB/includes/captcha/captcha_gd.php +++ b/phpBB/includes/captcha/captcha_gd.php @@ -1202,7 +1202,7 @@ class char_dots $this->width_percent = (!empty($width_percent)) ? max(25, min(150, intval($width_percent))) : mt_rand(60, 90); $this->space = 10; - $this->radius = 1; + $this->radius = 3; $this->density = 3; $this->letter = $letter; }