D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sadaunjx
/
koraa-now.com
/
wp-content
/
plugins
/
w3-total-cache
/
inc
/
mime
/
Filename :
html.php
back
Copy
<?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' );