oont-contents/plugins/w3-total-cache/inc/mime/html.php
2025-02-08 15:10:23 +01:00

13 lines
199 B
PHP

<?php
/**
* HTML mime types
*/
return array(
'html|htm' => 'text/html',
'rtf|rtx' => 'text/richtext',
'txt' => 'text/plain',
'xsd' => 'text/xsd',
'xsl' => 'text/xsl',
'xml' => 'text/xml'
);