fix
This commit is contained in:
@@ -16,6 +16,7 @@ class Start_Controller extends JUB_Controller {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
protected function buildUserSession($ret, $out) {
|
||||
|
||||
//session_destroy();
|
||||
@@ -29,12 +30,10 @@ class Start_Controller extends JUB_Controller {
|
||||
$_SESSION['firstname'] = $out["firstname"]; // $ret->firstname;
|
||||
$_SESSION['lastname'] = $out["lastname"]; // $ret->lastname;
|
||||
$_SESSION['email'] = $out["email"]; // $ret->email;
|
||||
$_SESSION['user_id'] = $out["user_id"]; // $ret->id;
|
||||
$_SESSION['pid'] = $out["pid"]; // $ret->id;
|
||||
$_SESSION['user_id'] = $out["member_id"]; // $ret->id;
|
||||
$_SESSION['loc'] = $out["loc"];
|
||||
$_SESSION['practice'] = $out["practice"];
|
||||
$_SESSION['PracticeID'] = $out["PracticeID"];
|
||||
$_SESSION['UserId'] = $out["UserId"];
|
||||
$_SESSION['mypage'] = $out["mypage"];
|
||||
|
||||
}
|
||||
|
||||
if (!empty($_SERVER['HTTP_CLIENT_IP'])) {
|
||||
|
||||
Reference in New Issue
Block a user