aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mimetypes.fixlist.php
blob: a40fbd9e228f42f6fe4f622dbdb3bcf359648297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
return array(
	'ics'=>'text/calendar',
	'ical'=>'text/calendar',
	'js'=>'application/javascript',
	'odt'=>'application/vnd.oasis.opendocument.text',
	'ods'=>'application/vnd.oasis.opendocument.spreadsheet',
	'odg'=>'application/vnd.oasis.opendocument.graphics',
	'odp'=>'application/vnd.oasis.opendocument.presentation',
	'pl'=>'text/x-script.perl',
	'py'=>'text/x-script.phyton',
	'vcf' => 'text/vcard',
	'vcard' => 'text/vcard',
	'doc'=>'application/msword',
	'docx'=>'application/msword',
	'xls'=>'application/msexcel',
	'xlsx'=>'application/msexcel',
	'ppt'=>'application/mspowerpoint',
	'pptx'=>'application/mspowerpoint',
	'sgf' => 'application/sgf'
);