mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Merge branch 'rhymix:master' into master
This commit is contained in:
commit
42a0848a31
4 changed files with 60 additions and 12 deletions
|
|
@ -133,6 +133,10 @@ class MemberController extends Member
|
|||
|
||||
// If a device key is present, unregister it.
|
||||
Rhymix\Modules\Member\Controllers\Device::getInstance()->autoUnregisterDevice($logged_info->member_srl);
|
||||
if (isset($_COOKIE['device_key']))
|
||||
{
|
||||
Rhymix\Framework\Cookie::remove('device_key');
|
||||
}
|
||||
|
||||
// Set redirect URL.
|
||||
$output = new BaseObject();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue