1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:45:55 +00:00

add cache-control: public to the login page so that firefox would bother making a thumbnail

This commit is contained in:
Andrew Dolgov
2013-04-12 14:14:11 +04:00
parent b68a266a73
commit bb399c6271

View File

@@ -2925,6 +2925,8 @@
}
function render_login_form($link) {
header('Cache-Control: public');
require_once "login_form.php";
exit;
}