blocked the hx for now
This commit is contained in:
@@ -158,11 +158,13 @@ class userAccess extends baseModel
|
|||||||
$query = $this->db->query($sqlQ);
|
$query = $this->db->query($sqlQ);
|
||||||
|
|
||||||
// Create HX
|
// Create HX
|
||||||
|
/*
|
||||||
$sqlQ =
|
$sqlQ =
|
||||||
"INSERT INTO members_login_hx (member_id,channel,loc) VALUES ($member_id,'Desktop','" .
|
"INSERT INTO members_login_hx (member_id,channel,loc) VALUES ($member_id,'Desktop','" .
|
||||||
$loc .
|
$loc .
|
||||||
"')";
|
"')";
|
||||||
$this->db->query($sqlQ);
|
$this->db->query($sqlQ);
|
||||||
|
*/
|
||||||
return $tk;
|
return $tk;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user