mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1486 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
76cc271240
commit
222720e4d4
6 changed files with 225 additions and 24 deletions
|
|
@ -913,6 +913,9 @@
|
|||
$_SESSION['group_srls'] = $group_srl_list;
|
||||
$_SESSION['is_admin'] = $member_info->is_admin=='Y'?true:false;
|
||||
|
||||
Context::set('is_logged', true);
|
||||
Context::set('logged_info', $member_info);
|
||||
|
||||
// 사용자 정보의 최근 로그인 시간을 기록
|
||||
$args->member_srl = $member_info->member_srl;
|
||||
$output = executeQuery('member.updateLastLogin', $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue