Skip to content

Commit

Permalink
Remove application/x-tar file extension test as it might not exist in…
Browse files Browse the repository at this point in the history
… nginx config (#5253)

Use text/css instead
  • Loading branch information
alecpl committed May 20, 2016
1 parent e71de17 commit 9e64dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/include/rcmail_install.php
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ public function check_mime_extensions()
$errors = array();
$types = array(
'application/zip' => 'zip',
'application/x-tar' => 'tar',
'text/css' => 'css',
'application/pdf' => 'pdf',
'image/gif' => 'gif',
'image/svg+xml' => 'svg',
Expand Down

0 comments on commit 9e64dc2

Please sign in to comment.