This commit is contained in:
reinerj 2004-08-03 14:06:51 +00:00
parent 3eeac95008
commit 3cf3d8617d

View File

@ -67,7 +67,7 @@
else
{
// 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 */