mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Remove unnecessary xe_logged cookie
This commit is contained in:
parent
eea7518e98
commit
14d464da22
1 changed files with 0 additions and 1 deletions
|
|
@ -1955,7 +1955,6 @@ class memberController extends member
|
|||
// Information stored in the session login user
|
||||
Context::set('is_logged', true);
|
||||
Context::set('logged_info', $this->memberInfo);
|
||||
setcookie('xe_logged', 'true', 0, '/');
|
||||
|
||||
// Only the menu configuration of the user (such as an add-on to the menu can be changed)
|
||||
$this->addMemberMenu( 'dispMemberInfo', 'cmd_view_member_info');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue