mime type and icon for msword xml document

This commit is contained in:
Ralf Becker 2009-08-03 11:41:08 +00:00
parent 4a7c8737bb
commit c6ea1e2720
2 changed files with 1 additions and 0 deletions

View File

@ -255,6 +255,7 @@ class mime_magic
'dll' => 'application/octet-stream',
'dms' => 'application/octet-stream',
'doc' => 'application/msword',
'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', // msword xml format
'dot' => 'application/msword',//added by skwashd
'dvi' => 'application/x-dvi',
'dxr' => 'application/x-director',