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
@@ -69,6 +69,6 @@ class Token
|
||||
$stmt = $mysqli->prepare("DELETE FROM tokens WHERE token = ? OR expire<?");
|
||||
$stmt->bind_param("sd", $token,$time);
|
||||
$stmt->execute();
|
||||
$query = $stmt->get_result();
|
||||
$stmt->get_result();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user