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