mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-11 22:42:14 +09:00
SSL Action에 로그인 폼은 SSL Action에서 제외하도록 함
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6849 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
64190350e2
commit
b9d97ea52b
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
// SSL 사용시 회원가입/정보/비밀번호등과 관련된 action에 대해 SSL 전송하도록 지정
|
||||
if(Context::get('_use_ssl') == 'optional') {
|
||||
Context::addSSLAction('dispMemberLoginForm');
|
||||
Context::addSSLAction('dispMemberModifyPassword');
|
||||
Context::addSSLAction('dispMemberSignUpForm');
|
||||
Context::addSSLAction('dispMemberModifyInfo');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue