if (function_exists('mime_content_type')) { header('Content-Type: ' . mime_content_type($fullPath) . '; charset=UTF-8');}
if (function_exists('mime_content_type')) { header('Content-Type: ' . mime_content_type($fullPath) . '; charset=UTF-8');} else { header('Content-type: octet-stream');}
jimport('joomla.html.parameter.element');