1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 18:21:29 +00:00

no-cache fixes for safari

This commit is contained in:
Andrew Dolgov
2007-03-02 12:34:34 +01:00
parent f7c390b878
commit dc56b3b7da
4 changed files with 15 additions and 11 deletions

View File

@@ -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"