From bb399c62712cfe99503d7d92bbeb8afef1c10918 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Apr 2013 14:14:11 +0400 Subject: add cache-control: public to the login page so that firefox would bother making a thumbnail --- include/functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 31a4c1f2d..f5685b89a 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; } -- cgit v1.2.3