Remove unnecessary Zulu timezone mention

This commit is contained in:
Max Kostikov 2018-11-10 10:05:28 +01:00
parent 32873ce70d
commit f7b00c62a4

View File

@ -261,7 +261,7 @@ class Photo extends \Zotlabs\Web\Controller {
} }
header("Last-Modified: " . gmdate("D, d M Y H:i:s", $modified . "Z") . " GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s", $modified) . " GMT");
header("Content-Length: " . (isset($filesize) ? $filesize : strlen($data))); header("Content-Length: " . (isset($filesize) ? $filesize : strlen($data)));
// If it's a file resource, stream it. // If it's a file resource, stream it.