From dc56b3b7dac5b3ac757c10971e10aa7a1f09ea47 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Mar 2007 12:34:34 +0100 Subject: [PATCH] no-cache fixes for safari --- backend.php | 9 ++++----- functions.php | 9 +++++++++ prefs.php | 4 +--- tt-rss.php | 4 +--- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/backend.php b/backend.php index 656dcbf9c..b1ddcd5af 100644 --- a/backend.php +++ b/backend.php @@ -1,11 +1,8 @@ diff --git a/prefs.php b/prefs.php index ad77d8662..93c246b90 100644 --- a/prefs.php +++ b/prefs.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(); ?>