mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
do not check for logged status
This commit is contained in:
parent
52dc4eff3f
commit
b66e027a4a
1 changed files with 0 additions and 4 deletions
|
|
@ -1239,10 +1239,6 @@ class MemberController extends Member
|
||||||
{
|
{
|
||||||
$config = MemberModel::getMemberConfig();
|
$config = MemberModel::getMemberConfig();
|
||||||
$vars = Context::getRequestVars();
|
$vars = Context::getRequestVars();
|
||||||
if ($this->user->member_srl)
|
|
||||||
{
|
|
||||||
throw new Rhymix\Framework\Exception('already_logged');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check auth_key
|
// Check auth_key
|
||||||
if (empty($vars->auth_key))
|
if (empty($vars->auth_key))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue