forked from Business/AccountHub
Fix
This commit is contained in:
parent
6d4144c78d
commit
93098309cb
@ -36,7 +36,6 @@ function sendUserBack($code, $url, $uid) {
|
|||||||
$_SESSION['check'] = null;
|
$_SESSION['check'] = null;
|
||||||
$_SESSION['thisstep'] = null;
|
$_SESSION['thisstep'] = null;
|
||||||
$_SESSION['login_uid'] = null;
|
$_SESSION['login_uid'] = null;
|
||||||
$_SESSION['login_code'] = null;
|
|
||||||
$_SESSION['login_pwd'] = null;
|
$_SESSION['login_pwd'] = null;
|
||||||
$database->update("userloginkeys", ["uid" => $uid], ["key" => $code]);
|
$database->update("userloginkeys", ["uid" => $uid], ["key" => $code]);
|
||||||
header("Location: $url");
|
header("Location: $url");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user