mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +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(
|
'session' => array(
|
||||||
'delay' => false,
|
'delay' => false,
|
||||||
'use_db' => false,
|
'use_db' => false,
|
||||||
'use_keys' => true,
|
'use_keys' => false,
|
||||||
'use_ssl' => false,
|
'use_ssl' => false,
|
||||||
'domain' => null,
|
'domain' => null,
|
||||||
'path' => null,
|
'path' => null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue