diff --git a/captcha.php b/captcha.php index aaf3484..e816863 100755 --- a/captcha.php +++ b/captcha.php @@ -25,7 +25,7 @@ $alphanum = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789abcdefghijklmnopqrstuvwxyz'; $string = substr( str_shuffle( $alphanum ), 2, 5 ); $_SESSION['captcha_code'] = $string; /* Create new empty image */ -$Imagick->newImage( 80, 25, $bg ); +$Imagick->newImage( 100, 25, $bg ); /* Write the text on the image */ $Imagick->annotateImage( $ImagickDraw, 4, 20, 0, $string ); diff --git a/config.php b/config.php index 5f92469..a5b0a09 100755 --- a/config.php +++ b/config.php @@ -1,5 +1,6 @@
lets you discover and share niche, non-corporate, hobby websites with others by submitting them to our database.
It's intended to help small forum operators, blog authors, and anyone else with a small website recieve traffic without having to market their site.