typo last checkin

This commit is contained in:
Friendika 2011-09-30 18:00:32 -07:00
parent 0508ccf50f
commit 8fb2d02d3d
1 changed files with 1 additions and 1 deletions

View File

@ -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();