- Timestamp:
- Nov 3, 2014 5:44:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified pro-violet-viettel/sourcecode/application/modules/frontend/models/user_model.php ¶
r326 r393 14 14 { 15 15 $data = $this->vservices->actionExecute('login', array('src' => $src, 'token' => $token, 'username' => $username, 'password' => $password), 'user'); 16 //return $data;17 16 $arr_users = explode("&", $data); 18 17 $str_status = ""; … … 33 32 } 34 33 35 if (strpos($arr_users[$i], ' us_id=') !== false)34 if (strpos($arr_users[$i], 'id=') !== false) 36 35 { 37 36 $str_usid = $arr_users[$i]; … … 49 48 $usid = $arr_usid[1]; 50 49 } 51 52 50 $status = (int)$arr_status[1]; 53 51 if ($status == 0){
Note: See TracChangeset
for help on using the changeset viewer.