From dd190ed382a6896244d3159a7a5fda3d1c3aaaf4 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 1 Jan 2014 17:39:19 +0100 Subject: Ligne HTTP cache oubliée MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cette ligne est utile lorsqu'un même utilisateur consulte FreshRSS depuis plusieurs appareils en même temps. --- lib/lib_rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lib_rss.php') diff --git a/lib/lib_rss.php b/lib/lib_rss.php index 7489f2bf5..ae3e4808d 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -164,7 +164,7 @@ function uSecString() { } function invalidateHttpCache() { - //touch(LOG_PATH . '/' . Minz_Session::param('currentUser', '_') . '.log'); + touch(LOG_PATH . '/' . Minz_Session::param('currentUser', '_') . '.log'); Minz_Session::_param('touch', uTimeString()); } -- cgit v1.2.3