forked from extern/egroupware
fix typo
This commit is contained in:
parent
3eeac95008
commit
3cf3d8617d
@ -67,7 +67,7 @@
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// allow caching by browser
|
// allow caching by browser
|
||||||
session_cache_limiter(PHP_VERSION >= 4.2 ? 'private_no_expire' : 'privat');
|
session_cache_limiter(PHP_VERSION >= 4.2 ? 'private_no_expire' : 'private');
|
||||||
}
|
}
|
||||||
|
|
||||||
/* debugging settings */
|
/* debugging settings */
|
||||||
|
Loading…
Reference in New Issue
Block a user