]> git.wh0rd.org - tt-rss.git/commitdiff
add cache-control: public to the login page so that firefox would bother making a...
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 12 Apr 2013 10:14:11 +0000 (14:14 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 12 Apr 2013 10:14:11 +0000 (14:14 +0400)
include/functions.php

index 31a4c1f2de18a9a6d7af10e3ad3103a941b5568c..f5685b89a191b612eba7d10b4338b82ef3ce5a4f 100644 (file)
        }
 
        function render_login_form($link) {
+               header('Cache-Control: public');
+
                require_once "login_form.php";
                exit;
        }