From dc56b3b7dac5b3ac757c10971e10aa7a1f09ea47 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Mar 2007 12:34:34 +0100 Subject: no-cache fixes for safari --- prefs.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'prefs.php') 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(); ?>