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