summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 12:34:34 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 12:34:34 +0100
commitdc56b3b7dac5b3ac757c10971e10aa7a1f09ea47 (patch)
tree59870f6c818a30afa37f2887838451387a971a38 /tt-rss.php
parentf7c390b8787fbf5cf0fbc3cb8c1396454edb7b28 (diff)
no-cache fixes for safari
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tt-rss.php b/tt-rss.php
index ab850f2f4..bc337ee31 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -12,9 +12,7 @@
$dt_add = get_script_dt_add();
- header("Cache-Control: no-cache, max-age=0, must-revalidate");
- header("Pragma: no-cache");
- header("Expires: " . gmdate("D, d M Y H:i:s", time()) . " GMT");
+ no_cache_incantation();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"