diff options
author | Friendika <info@friendika.com> | 2011-09-30 18:00:32 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-30 18:00:32 -0700 |
commit | 8fb2d02d3d32fd5876625036a774520d87f5ead4 (patch) | |
tree | 4a7fcf9a223840b964d254c491f3b266f93acd34 /mod/photo.php | |
parent | 0508ccf50fc6f64af40ad97e3a573a0d489630f2 (diff) | |
download | volse-hubzilla-8fb2d02d3d32fd5876625036a774520d87f5ead4.tar.gz volse-hubzilla-8fb2d02d3d32fd5876625036a774520d87f5ead4.tar.bz2 volse-hubzilla-8fb2d02d3d32fd5876625036a774520d87f5ead4.zip |
typo last checkin
Diffstat (limited to 'mod/photo.php')
-rw-r--r-- | mod/photo.php | 2 |
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(); |