Backend Service
This commit is contained in:
@@ -39,7 +39,7 @@ long MemberLogin(CVars in, CVars &out) {
|
||||
// Create New Session Now
|
||||
if (MemberSessionCheck(out["member_id"].Long(), out["sessionid"].c_str(), 1) > 0) {
|
||||
|
||||
|
||||
out["acc_link"] = "ME345FT6789";
|
||||
out["stauts"] = "OK";
|
||||
/*LOAD THE SESSION INTO OUT now */
|
||||
load_db_record(out, "SELECT session FROM members_session WHERE member_id=%lu ORDER BY id DESC LIMIT 1", out["member_id"].Long());
|
||||
|
||||
Reference in New Issue
Block a user