mirror of
https://github.com/friendica/friendica
synced 2026-01-22 01:18:40 +01:00
more post branch bug fixes
This commit is contained in:
parent
503f403b3b
commit
04e65823d7
7 changed files with 108 additions and 8 deletions
|
|
@ -112,6 +112,9 @@ function photo_init(&$a) {
|
|||
}
|
||||
|
||||
header("Content-type: image/jpeg");
|
||||
header('Expires: ' . datetime_convert('UTC','UTC', 'now + 30 minutes', 'D, d M Y H:i:s' . ' GMT'));
|
||||
header('Expires: ' . datetime_convert('UTC','UTC', 'now + 30 minutes', 'D, d M Y H:i:s' . ' GMT'));
|
||||
header("Cache-Control: max-age=3600, must-revalidate");
|
||||
echo $data;
|
||||
killme();
|
||||
return; //NOTREACHED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue