From: Andrew Dolgov Date: Fri, 12 Apr 2013 10:14:11 +0000 (+0400) Subject: add cache-control: public to the login page so that firefox would bother making a... X-Git-Tag: 1.7.9~25^2~239 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bb399c62712cfe99503d7d92bbeb8afef1c10918;p=tt-rss.git add cache-control: public to the login page so that firefox would bother making a thumbnail --- diff --git a/include/functions.php b/include/functions.php index 31a4c1f2..f5685b89 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2925,6 +2925,8 @@ } function render_login_form($link) { + header('Cache-Control: public'); + require_once "login_form.php"; exit; }