aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/icon.php
diff options
context:
space:
mode:
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