mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-02 06:04:44 -04:00
Fix #33 - finishing touches
This commit is contained in:
+1
-1
@@ -549,7 +549,7 @@ class User
|
||||
$stmt = $mysqli->prepare("UPDATE users SET email = ? WHERE id=?");
|
||||
$stmt->bind_param("sd", $email, $id);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
$stmt->get_result();
|
||||
Token::delete($token);
|
||||
header("Location: ".WEB_URL."/admin/");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user