mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Set session.use_keys to false by default
This commit is contained in:
parent
3b7d0da0f6
commit
45bde4d1f0
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ return array(
|
|||
'session' => array(
|
||||
'delay' => false,
|
||||
'use_db' => false,
|
||||
'use_keys' => true,
|
||||
'use_keys' => false,
|
||||
'use_ssl' => false,
|
||||
'domain' => null,
|
||||
'path' => null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue