mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
17523819 : port setting enable for SSL
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5074 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1226bdb589
commit
3758f650c3
8 changed files with 41 additions and 2 deletions
|
|
@ -28,6 +28,10 @@
|
|||
Context::addSSLAction('procMemberInsert');
|
||||
Context::addSSLAction('procMemberModifyInfo');
|
||||
Context::addSSLAction('procMemberOpenIDLogin');
|
||||
if($member_config->ssl_port)
|
||||
{
|
||||
Context::setSSLPort($member_config->ssl_port);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue