diff options
Diffstat (limited to 'application/config/mimes.php')
-rw-r--r-- | application/config/mimes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/config/mimes.php b/application/config/mimes.php index 32d10f6c1..ad3602126 100644 --- a/application/config/mimes.php +++ b/application/config/mimes.php @@ -78,6 +78,7 @@ return array( 'sit' => 'application/x-stuffit', 'tar' => 'application/x-tar', 'tgz' => array('application/x-tar', 'application/x-gzip-compressed'), + 'z' => 'application/x-compress', 'xhtml' => 'application/xhtml+xml', 'xht' => 'application/xhtml+xml', 'zip' => array('application/x-zip', 'application/zip', 'application/x-zip-compressed', 'application/s-compressed', 'multipart/x-zip'), |