mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
ssl option modified
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5127 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
602837f8c2
commit
93ffe36639
3 changed files with 12 additions and 12 deletions
|
|
@ -17,7 +17,7 @@
|
|||
$member_config = $oModuleModel->getModuleConfig('member');
|
||||
|
||||
// SSL 사용시 회원가입/정보/비밀번호등과 관련된 action에 대해 SSL 전송하도록 지정
|
||||
if($GLOBALS['_use_ssl'] == 'optional') {
|
||||
if(Context::get('_use_ssl') == 'optional') {
|
||||
Context::addSSLAction('dispMemberLoginForm');
|
||||
Context::addSSLAction('dispMemberModifyPassword');
|
||||
Context::addSSLAction('dispMemberSignUpForm');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue