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