<?php
/**
 * Default settings for the htmlok plugin
 *
 * @author saggi <saggi@gmx.de>
 */

$conf['htmlok']      = 0;                //may raw HTML be embedded? This may break layout and XHTML validity 0|1
$conf['phpok']       = 0;                //may PHP code be embedded? Never do this on the internet! 0|1

