1<?php
2/**
3 * Default settings for the htmlok plugin
4 *
5 * @author saggi <saggi@gmx.de>
6 */
7
8$conf['htmlok']      = 0;                //may raw HTML be embedded? This may break layout and XHTML validity 0|1
9$conf['phpok']       = 0;                //may PHP code be embedded? Never do this on the internet! 0|1
10
11