コード例 #1
0
ファイル: VtlibUtils.php プロジェクト: lsmonki/vtigercrm
function vtlib_mime_content_type($filename)
{
    return Vtiger_Functions::mime_content_type($filename);
}