Improved lost passphrase security

This commit is contained in:
root 2008-10-02 15:08:43 +00:00
parent 1023242325
commit 5b9339da60

View file

@ -63,10 +63,10 @@
break;
}
if($i > 1)
if($i > 2)
{
$_SESSION['lostpw']['total'] = $i;
$_SESSION['lostpw']['total'] = count($num2);
foreach($num2 as $num)
{