Explorar el Código

Ligne HTTP cache oubliée

Cette ligne est utile lorsqu'un même utilisateur consulte FreshRSS
depuis plusieurs appareils en même temps.
Alexandre Alapetite hace 12 años
padre
commit
dd190ed382
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/lib_rss.php

+ 1 - 1
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());
 }