summaryrefslogtreecommitdiff
path: root/mirror.php
diff options
context:
space:
mode:
Diffstat (limited to 'mirror.php')
-rw-r--r--mirror.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mirror.php b/mirror.php
index 02cd4d3..763bf47 100644
--- a/mirror.php
+++ b/mirror.php
@@ -86,6 +86,7 @@
);
}
else {
+ header("Content-Type: ".mime_content_type($pfad));
header('Content-Length: ' . $stat['size']);
$handle = fopen($pfad,"r");
fpassthru($handle);