Captcha Font Size

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
icab
Posts: 7
Joined: Mon Aug 03, 2009 5:52 pm

Captcha Font Size

Post by icab »

Is there an easy way to change the font size of the Captcha code that is displayed?

Thanks in advance.
Thorsten
Posts: 15752
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Captcha Font Size

Post by Thorsten »

Hi,

you can try to change the value of the size in inc/Captcha.php line 353:

Code: Select all

$size = rand(20, $this->height / 2.2);
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply