Fixed a bug
This commit is contained in:
parent
174fc24eb8
commit
0e3e35b67a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($i > 2)
|
if($i > 1)
|
||||||
{
|
{
|
||||||
|
|
||||||
$_SESSION['lostpw']['total'] = count($num2);
|
$_SESSION['lostpw']['total'] = count($num2);
|
||||||
|
|
Loading…
Reference in a new issue