]> git.wh0rd.org - tt-rss.git/commitdiff
disable caching for backend output
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 24 Feb 2006 17:57:14 +0000 (18:57 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 24 Feb 2006 17:57:14 +0000 (18:57 +0100)
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);