|
|
| |
1. more space between letters |
|
Reply |
|
|
 codedudeman2 | 2007-09-27 23:01:23 |
how i can add more space between the letters?
thanks in advance |
| |
2. Re: more space between letters |
|
Reply |
|
|
 Sergei Kruglov | 2007-09-29 08:48:09 - In reply to message 1 from codedudeman2 |
kcaptcha_config.php:
# increase safety by prevention of spaces between symbols
$no_spaces = true;
But protection would be dramatically decreased. Symbols crowding is main safety feature. |
|