From 669e3ecc1cf6564a80128b3d39f18a3b2a9fefcb Mon Sep 17 00:00:00 2001 From: brettp Date: Sun, 31 Jan 2010 01:51:13 +0000 Subject: Fixes #1289: Pragma: public header added for RSS feeds. git-svn-id: http://code.elgg.org/elgg/trunk@3868 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/rss/pageshells/pageshell.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'views/rss/pageshells') 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 + -- cgit v1.2.3