XOOPS  2.6.0
mimetypes.inc.php
Go to the documentation of this file.
1 <?php
24 return array(
25  'hqx' => 'application/mac-binhex40' ,
26  'doc' => 'application/msword' ,
27  'dot' => 'application/msword' ,
28  'bin' => 'application/octet-stream' ,
29  'lha' => 'application/octet-stream' ,
30  'lzh' => 'application/octet-stream' ,
31  'exe' => 'application/octet-stream' ,
32  'class' => 'application/octet-stream' ,
33  'so' => 'application/octet-stream' ,
34  'dll' => 'application/octet-stream' ,
35  'pdf' => 'application/pdf' ,
36  'ai' => 'application/postscript' ,
37  'eps' => 'application/postscript' ,
38  'ps' => 'application/postscript' ,
39  'smi' => 'application/smil' ,
40  'smil' => 'application/smil' ,
41  'wbxml' => 'application/vnd.wap.wbxml' ,
42  'wmlc' => 'application/vnd.wap.wmlc' ,
43  'wmlsc' => 'application/vnd.wap.wmlscriptc' ,
44  'xla' => 'application/vnd.ms-excel' ,
45  'xls' => 'application/vnd.ms-excel' ,
46  'xlt' => 'application/vnd.ms-excel' ,
47  'ppt' => 'application/vnd.ms-powerpoint' ,
48  'csh' => 'application/x-csh' ,
49  'dcr' => 'application/x-director' ,
50  'dir' => 'application/x-director' ,
51  'dxr' => 'application/x-director' ,
52  'spl' => 'application/x-futuresplash' ,
53  'gtar' => 'application/x-gtar' ,
54  'php' => 'application/x-httpd-php' ,
55  'php3' => 'application/x-httpd-php' ,
56  'php4' => 'application/x-httpd-php' ,
57  'php5' => 'application/x-httpd-php' ,
58  'phtml' => 'application/x-httpd-php' ,
59  'js' => 'application/x-javascript' ,
60  'sh' => 'application/x-sh' ,
61  'swf' => 'application/x-shockwave-flash' ,
62  'sit' => 'application/x-stuffit' ,
63  'tar' => 'application/x-tar' ,
64  'tcl' => 'application/x-tcl' ,
65  'xhtml' => 'application/xhtml+xml' ,
66  'xht' => 'application/xhtml+xml' ,
67  'xhtml' => 'application/xml' ,
68  'ent' => 'application/xml-external-parsed-entity' ,
69  'dtd' => 'application/xml-dtd' ,
70  'mod' => 'application/xml-dtd' ,
71  'gz' => 'application/x-gzip' ,
72  'zip' => 'application/zip' ,
73  'au' => 'audio/basic' ,
74  'snd' => 'audio/basic' ,
75  'mid' => 'audio/midi' ,
76  'midi' => 'audio/midi' ,
77  'kar' => 'audio/midi' ,
78  'mp1' => 'audio/mpeg' ,
79  'mp2' => 'audio/mpeg' ,
80  'mp3' => 'audio/mpeg' ,
81  'aif' => 'audio/x-aiff' ,
82  'aiff' => 'audio/x-aiff' ,
83  'm3u' => 'audio/x-mpegurl' ,
84  'ram' => 'audio/x-pn-realaudio' ,
85  'rm' => 'audio/x-pn-realaudio' ,
86  'rpm' => 'audio/x-pn-realaudio-plugin' ,
87  'ra' => 'audio/x-realaudio' ,
88  'wav' => 'audio/x-wav' ,
89  'ogg' => 'audio/ogg' ,
90  'bmp' => 'image/bmp' ,
91  'gif' => 'image/gif' ,
92  'jpeg' => 'image/jpeg' ,
93  'jpg' => 'image/jpeg' ,
94  'jpe' => 'image/jpeg' ,
95  'png' => 'image/png' ,
96  'tiff' => 'image/tiff' ,
97  'tif' => 'image/tif' ,
98  'wbmp' => 'image/vnd.wap.wbmp' ,
99  'pnm' => 'image/x-portable-anymap' ,
100  'pbm' => 'image/x-portable-bitmap' ,
101  'pgm' => 'image/x-portable-graymap' ,
102  'ppm' => 'image/x-portable-pixmap' ,
103  'xbm' => 'image/x-xbitmap' ,
104  'xpm' => 'image/x-xpixmap' ,
105  'ics' => 'text/calendar' ,
106  'ifb' => 'text/calendar' ,
107  'css' => 'text/css' ,
108  'html' => 'text/html' ,
109  'htm' => 'text/html' ,
110  'asc' => 'text/plain' ,
111  'txt' => 'text/plain' ,
112  'rtf' => 'text/rtf' ,
113  'sgml' => 'text/x-sgml' ,
114  'sgm' => 'text/x-sgml' ,
115  'tsv' => 'text/tab-seperated-values' ,
116  'wml' => 'text/vnd.wap.wml' ,
117  'wmls' => 'text/vnd.wap.wmlscript' ,
118  'xsl' => 'text/xml' ,
119  'ogv' => 'video/ogg' ,
120  'mpeg' => 'video/mpeg' ,
121  'mpg' => 'video/mpeg' ,
122  'mpe' => 'video/mpeg' ,
123  'qt' => 'video/quicktime' ,
124  'mov' => 'video/quicktime' ,
125  'avi' => 'video/x-msvideo' ,
126  'flv' => 'video/x-flv' ,
127  'mp4' => 'video/mp4' ,
128  'wmv' => 'video/x-ms-wmv' ,
129  'webm' => 'video/webm' ,
130  '3gp' => 'video/quicktime' );