]> git.wh0rd.org - tt-rss.git/blobdiff - backend.php
disable caching for backend output
[tt-rss.git] / backend.php
index 76564fb7d9576433456077149f4889fbc0d71939..a58cb85e9a0fb91d35b579281811ee95759c0685 100644 (file)
@@ -1,5 +1,9 @@
 <?
        session_start();
+
+       header("Cache-Control: no-cache");
+       header("Pragma: no-cache");
+       header("Expires: -1");
        
        if ($_GET["debug"]) {
                define('DEFAULT_ERROR_LEVEL', E_ALL);