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

@@ -380,7 +380,7 @@ $config['sess_table_name'] = 'cm_sessions';
|
*/
$config['cookie_prefix'] = "cmap";
$config['cookie_domain'] = ".". EMAIL_URL;
$config['cookie_domain'] = "";
$config['cookie_path'] = "/";
$config['cookie_secure'] = FALSE;
$config['cookie_httponly'] = FALSE;

View File

@@ -64,10 +64,10 @@ $query_builder = TRUE;
$db['default'] = array(
'dsn' => '',
'hostname' => 'crossmap.co.kr',
'username' => 'alex',
'password' => 'alex88003',
'database' => 'CROSSMAP_DEV',
'hostname' => 'ibpcorp.c-xtra.com:49025',
'username' => 'root',
'password' => 'ZFF8JN6jMHzzUw7F',
'database' => 'cx_cms',
'dbdriver' => 'mysqli',
'dbprefix' => '',
'pconnect' => FALSE,

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) {