repo.or.cz
/
kohana-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch '3.2/develop' of http://github.com/kohana/core into 3.2/develop
[kohana-core.git]
/
config
/
session.php
blob
78ac9fa4be327b56e2ac9c2cb4f255d8134c0ce6
1
<
?php
defined
(
'SYSPATH'
)
or die
(
'No direct script access.'
);
2
3
return array
(
4
'cookie'
=>
array
(
5
'encrypted'
=>
FALSE
,
6
),
7
);