diff options
Diffstat (limited to 'zipstream.php')
| -rw-r--r-- | zipstream.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/zipstream.php b/zipstream.php index 39173ec..22f0b7f 100644 --- a/zipstream.php +++ b/zipstream.php @@ -275,7 +275,7 @@ class ZipStream {      $opt = $this->opt;      # grab content type from options -    $content_type = 'application/x-zip', +    $content_type = 'application/x-zip';      if ($opt['content_type'])        $content_type = $this->opt['content_type'];  | 
