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

master
Andrew Dolgov 12 years ago
parent b68a266a73
commit bb399c6271

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

Loading…
Cancel
Save