#303419 follow-up by drewish: Fix typo.
parent
542d69fbf9
commit
7d2da90600
|
@ -207,7 +207,7 @@ function image_file_download($filepath) {
|
|||
'Content-Type' => $info['mime_type'],
|
||||
'Content-Length' => $info['file_size'],
|
||||
// ...and allow the file to be cached for two weeks (matching the
|
||||
// value we use for the mod_expires settings in .htaccess) and
|
||||
// value we/ use for the mod_expires settings in .htaccess) and
|
||||
// ensure that caching proxies do not share the image with other
|
||||
// users.
|
||||
'Expires' => gmdate(DATE_RFC1123, time() + 1209600),
|
||||
|
|
Loading…
Reference in New Issue