]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - f.php
add Content-MD5 header when downloading a file
[jirafeau_mojo42.git] / f.php
diff --git a/f.php b/f.php
index 59717b9cd2c0b1dadc8a905f6aff38a94ac3b6d3..99a67df9dd1fcd968d7830952e352d965a5b6b05 100644 (file)
--- a/f.php
+++ b/f.php
@@ -240,6 +240,7 @@ if (!jirafeau_is_viewable ($link['mime_type']) || !$cfg['preview'] || $do_downlo
 else
     header ('Content-Disposition: filename="' . $link['file_name'] . '"');
 header ('Content-Type: ' . $link['mime_type']);
+header ('Content-MD5: ' . hex_to_base64($link['md5']));
 
 /* Read encrypted file. */
 if ($link['crypted'])

patrick-canterino.de