86400, ]); $user = new SQLA_User($_POST['username']); /* not being too informative with the login error in case of attackers */ if (!$user->id) { $failmsg = "Incorrect login"; } else if ($user->password_verify($_POST['password'])) { $_SESSION['id'] = $user->id; header('Location: ' . BASE_URL); } else { $failmsg = "Incorrect login"; } } else $failmsg = "Couldn't log you in: Missing credentials"; } ?> UnrealIRCd Panel