diff --git a/image.php b/image.php index e8c8791f38..62eb536d94 100644 --- a/image.php +++ b/image.php @@ -120,6 +120,7 @@ // Send the headers and output the image $browser = new Horde_Browser(); + header('Expires: '.gmdate('D, d M Y H:i:s \G\M\T', time() + 604800)); $browser->downloadHeaders($filename, $mime, true); echo $image; } diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php index 9e9784f0e7..07a712ef6c 100644 --- a/templates/show_now_playing_row.inc.php +++ b/templates/show_now_playing_row.inc.php @@ -92,7 +92,7 @@
- <?php echo scrub_out($media->f_album_full); ?> + <?php echo scrub_out($media->f_album_full); ?>