From: brettp Date: Sun, 31 Jan 2010 01:51:13 +0000 (+0000) Subject: Fixes #1289: Pragma: public header added for RSS feeds. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=669e3ecc1cf6564a80128b3d39f18a3b2a9fefcb;p=lorea%2Felgg.git Fixes #1289: Pragma: public header added for RSS feeds. git-svn-id: http://code.elgg.org/elgg/trunk@3868 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/views/rss/pageshells/pageshell.php b/views/rss/pageshells/pageshell.php index 6faf85ead..81d7de43a 100644 --- a/views/rss/pageshells/pageshell.php +++ b/views/rss/pageshells/pageshell.php @@ -9,6 +9,10 @@ */ header("Content-Type: text/xml"); + +// disable caching for stupid MS products. +header('Pragma: public', TRUE); + echo "\n"; // Set title @@ -37,4 +41,4 @@ $url = str_replace('&view=rss','',full_url()); ?> - \ No newline at end of file +