Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mimetypes.fixlist.php « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c6acbc443844dfef0427930c78f2d20f970d960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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'
);