This commit is contained in:
2020-02-06 18:36:33 -05:00
parent 33dfd3334b
commit f291bc5c88
8 changed files with 427 additions and 78 deletions
@@ -29,7 +29,7 @@ class Start_Controller extends COR_Controller {
$_SESSION['firstname'] = $out["firstname"]; // $ret->firstname;
$_SESSION['lastname'] = $out["lastname"]; // $ret->lastname;
$_SESSION['email'] = $out["email"]; // $ret->email;
$_SESSION['user_id'] = $out["member_id"]; // $ret->id;
$_SESSION['member_id'] = $out["member_id"]; // $ret->id;
$_SESSION['loc'] = $out["loc"];
$_SESSION['mypage'] = $out["mypage"];
}