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
1 changed files with 2 additions and 0 deletions

View File

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