diff options
-rw-r--r-- | mirror.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ ); } else { + header("Content-Type: ".mime_content_type($pfad)); header('Content-Length: ' . $stat['size']); $handle = fopen($pfad,"r"); fpassthru($handle); |