mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
#18958822 : add member mobile
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7535 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d0e36ff7f3
commit
2dd25da09f
4 changed files with 89 additions and 0 deletions
|
|
@ -36,6 +36,12 @@
|
|||
$config = $oModuleModel->getModuleConfig('member');
|
||||
if($config->after_login_url) $this->setRedirectUrl($config->after_login_url);
|
||||
|
||||
$redirect_url = Context::get('redirect_url');
|
||||
if($output->toBool() && Context::getRequestMethod() == "POST" && $redirect_url)
|
||||
{
|
||||
header("location:" . $redirect_url);
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue