mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Add config.php options to set defaults for Cookie class #2184
This commit is contained in:
parent
5005a09f06
commit
a3cde9c109
3 changed files with 34 additions and 3 deletions
|
|
@ -70,6 +70,13 @@ return array(
|
|||
'lifetime' => 0,
|
||||
'refresh' => 300,
|
||||
),
|
||||
'cookie' => array(
|
||||
'domain' => null,
|
||||
'path' => null,
|
||||
'secure' => null,
|
||||
'httponly' => null,
|
||||
'samesite' => 'Lax',
|
||||
),
|
||||
'file' => array(
|
||||
'folder_structure' => 2,
|
||||
'umask' => '0022',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue