mirror of
https://github.com/php/web-wiki.git
synced 2025-07-25 16:40:44 +00:00
11 lines
311 B
PHP
Executable File
11 lines
311 B
PHP
Executable File
<?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
|
|
|