]> git.mxchange.org Git - friendica.git/commitdiff
typo last checkin
authorFriendika <info@friendika.com>
Sat, 1 Oct 2011 01:00:32 +0000 (18:00 -0700)
committerFriendika <info@friendika.com>
Sat, 1 Oct 2011 01:00:32 +0000 (18:00 -0700)
mod/photo.php

index fcc75a513fee302b901b173a4cc912019890f4bc..71c345fc5731814e2f4fda1d09232d1610431f3e 100644 (file)
@@ -129,7 +129,7 @@ function photo_init(&$a) {
        }
 
        header("Content-type: image/jpeg");
-       header("Expires: " . gmdate("D, d M Y H:i:s", time() + (3600*24)) . " GMT";
+       header("Expires: " . gmdate("D, d M Y H:i:s", time() + (3600*24)) . " GMT");
        header("Cache-Control: max-age=" . (3600*24));
        echo $data;
        killme();