/WebSVN/dl.php
72,7 → 72,7
 
if ($fp = @fopen("$arcname.zip","rb"))
{
header("Content-Type: application/x-gzip");
header("Content-Type: application/zip");
header("Content-Length: $size");
header("Content-Disposition: attachment; filename=\"".$rep->name."-$arcname.zip\"");
// Use a loop to transfer the data 4KB at a time.