#303419 follow-up by drewish: Fix typo.

merge-requests/26/head
Angie Byron 2009-08-24 16:01:21 +00:00
parent 542d69fbf9
commit 7d2da90600
1 changed files with 1 additions and 1 deletions

View File

@ -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),