aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/icon.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-11 11:23:09 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-11 11:23:09 +0000
commit0cf0bca9495528ce17d544d8baa840fddcb8cf86 (patch)
tree70336d28ffa2c24db5efc152af384a9fc7ab62c2 /mod/profile/icon.php
parent5ef70cb10787266245561b016f337ba7798035ac (diff)
downloadelgg-0cf0bca9495528ce17d544d8baa840fddcb8cf86.tar.gz
elgg-0cf0bca9495528ce17d544d8baa840fddcb8cf86.tar.bz2
Fixed icon cache issue.
git-svn-id: https://code.elgg.org/elgg/trunk@862 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/icon.php')
-rw-r--r--mod/profile/icon.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile/icon.php b/mod/profile/icon.php
index efabe1d6d..65723a164 100644
--- a/mod/profile/icon.php
+++ b/mod/profile/icon.php
@@ -44,6 +44,8 @@
}
header("Content-type: image/jpeg");
+ header("Pragma: public");
+ header("Cache-Control: public");
echo $contents;
?> \ No newline at end of file