o: ActiveSupport::Cache::Entry :@compressedF:@value"a"[
| dl.php | ||
|---|---|---|
| 72 | 72 |
|
| 73 | 73 |
if ($fp = @fopen("$arcname.zip","rb"))
|
| 74 | 74 |
{
|
| 75 |
header("Content-Type: application/x-gzip");
|
|
| 75 |
header("Content-Type: application/zip");
|
|
| 76 | 76 |
header("Content-Length: $size");
|
| 77 | 77 |
header("Content-Disposition: attachment; filename=\"".$rep->name."-$arcname.zip\"");
|
| 78 | 78 |
// Use a loop to transfer the data 4KB at a time. |