]> p2p-next.cs.pub.ro Git - living-lab-site.git/blobdiff - system/helpers/captcha_helper.php
registration requires CAPTCHA
[living-lab-site.git] / system / helpers / captcha_helper.php
index 19ec0c778a8fa609024c665666919fcdb8fd964c..deacdb46820774f25449246165518206d74a9b90 100644 (file)
@@ -77,7 +77,7 @@ if ( ! function_exists('create_captcha'))
                {
                        return FALSE;
                }
-
+               
                // -----------------------------------
                // Remove old images
                // -----------------------------------
@@ -235,7 +235,7 @@ if ( ! function_exists('create_captcha'))
                $img = "<img src=\"$img_url$img_name\" width=\"$img_width\" height=\"$img_height\" style=\"border:0;\" alt=\" \" />";
 
                ImageDestroy($im);
-
+               
                return array('word' => $word, 'time' => $now, 'image' => $img);
        }
 }