aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-30 18:00:32 -0700
committerFriendika <info@friendika.com>2011-09-30 18:00:32 -0700
commit8fb2d02d3d32fd5876625036a774520d87f5ead4 (patch)
tree4a7fcf9a223840b964d254c491f3b266f93acd34
parent0508ccf50fc6f64af40ad97e3a573a0d489630f2 (diff)
downloadvolse-hubzilla-8fb2d02d3d32fd5876625036a774520d87f5ead4.tar.gz
volse-hubzilla-8fb2d02d3d32fd5876625036a774520d87f5ead4.tar.bz2
volse-hubzilla-8fb2d02d3d32fd5876625036a774520d87f5ead4.zip
typo last checkin
-rw-r--r--mod/photo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photo.php b/mod/photo.php
index fcc75a513..71c345fc5 100644
--- a/mod/photo.php
+++ b/mod/photo.php
@@ -129,7 +129,7 @@ function photo_init(&$a) {
}
header("Content-type: image/jpeg");
- header("Expires: " . gmdate("D, d M Y H:i:s", time() + (3600*24)) . " GMT";
+ header("Expires: " . gmdate("D, d M Y H:i:s", time() + (3600*24)) . " GMT");
header("Cache-Control: max-age=" . (3600*24));
echo $data;
killme();