diff options
| author | David M <davidmj@users.sourceforge.net> | 2006-08-12 18:46:06 +0000 | 
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2006-08-12 18:46:06 +0000 | 
| commit | 31cf21e3c2232ed76c4309f6736c5775b3eb057e (patch) | |
| tree | 500f3675e2a43b829c2569ecb2523c5f36d66692 /phpBB/includes | |
| parent | 38397c58fa0654b9ccb6387a0492ce6ba11547c6 (diff) | |
| download | forums-31cf21e3c2232ed76c4309f6736c5775b3eb057e.tar forums-31cf21e3c2232ed76c4309f6736c5775b3eb057e.tar.gz forums-31cf21e3c2232ed76c4309f6736c5775b3eb057e.tar.bz2 forums-31cf21e3c2232ed76c4309f6736c5775b3eb057e.tar.xz forums-31cf21e3c2232ed76c4309f6736c5775b3eb057e.zip  | |
radius += 2
git-svn-id: file:///svn/phpbb/trunk@6283 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/captcha/captcha_gd.php | 2 | 
1 files changed, 1 insertions, 1 deletions
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;  	}  | 
