diff options
Diffstat (limited to 'mirror.php')
-rw-r--r-- | mirror.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ } else { header('Content-Length: ' . $stat['size']); - $handle = fopen($pfad); + $handle = fopen($pfad,"r"); fpassthru($handle); fclose($handle); } |