mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Move session and cookie security settings to "Security" tab
세션 및 쿠키 보안과 관련된 옵션은 "보안 설정" 탭으로 옮김
This commit is contained in:
parent
45851744c1
commit
e58214d13a
7 changed files with 43 additions and 24 deletions
|
|
@ -56,6 +56,7 @@ return array(
|
|||
'use_db' => false,
|
||||
'use_keys' => false,
|
||||
'use_ssl' => false,
|
||||
'use_ssl_cookies' => false,
|
||||
'domain' => null,
|
||||
'path' => null,
|
||||
'lifetime' => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue