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 :
cssjs.php
back
Copy
<?php /** * CSS and JS mime types */ return array( 'css' => 'text/css', 'htc' => 'text/x-component', 'less' => 'text/css', //JS - varieties 'js' => 'application/x-javascript', 'js2' => 'application/javascript', 'js3' => 'text/javascript', 'js4' => 'text/x-js', );