From 7b2649bedbd54d275ddc487eaa03e7c0a3ca4bc9 Mon Sep 17 00:00:00 2001 From: andi Date: Mon, 23 May 2005 20:23:04 +0200 Subject: UNDO: added cache_limiter command as suggested in #94 darcs-hash:20050523182304-9977f-69b49f7f2cd637686e999fda9e3281d2f6d9bbd8.gz --- inc/init.php | 1 - 1 file changed, 1 deletion(-) (limited to 'inc/init.php') diff --git a/inc/init.php b/inc/init.php index eacac4628..363518b65 100644 --- a/inc/init.php +++ b/inc/init.php @@ -44,7 +44,6 @@ // init session session_name("DokuWiki"); - @session_cache_limiter('private_no_expire'); if (!headers_sent()) session_start(); // kill magic quotes -- cgit v1.2.3