blocked the hx for now

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-13 22:22:07 -04:00
parent b05d6e9732
commit a9c7a12e1e
+2
View File
@@ -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;
}