<?php
defined('_VALID') or die('Restricted Access!');
return array(
'driver' => 'htmlawed',
'encoding' => 'UTF-8',
'allowed_tags' => array(),
'allowed_attributes' => array(),
'denied_tags' => array(),
'denied_attributes' => array(),
'allowed_protocols' => array(),
'default_protocol' => 'http',
'wrap_length' => 80,
);
?>