password recovery
diff --git a/captcha.php b/captcha.php
index 89a9959..af7f3c1 100644
--- a/captcha.php
+++ b/captcha.php
@@ -18,6 +18,8 @@
         $builder->setDistortion(1);
         if (isset($SIMPLECAPTCHA) && $SIMPLECAPTCHA) $builder->build(250, 40);
         else $builder->buildAgainstOCR(250, 40);
+        $builder = new CaptchaBuilder;
+        $builder->build();
         $_SESSION['captcha'] = $builder->getPhrase();
         $builder->output();
 }else echo "huh?";