<?php
$mime_drivers = array(
/* HTML driver settings */
'html' => array(
/* NOTE: Inline HTML display is turned OFF by default. */
'inline' => true,
'handles' => array(
'text/html'
),
'icons' => array(
'default' => 'html.png'
),
'limit_inline_size' => 1048576,
/* Check for phishing exploits? */
'phishing_check' => true
)
);