mimetypes.fixlist.php 665 B

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