mirror of
https://github.com/php/web-wiki.git
synced 2025-07-25 16:40:44 +00:00
12 lines
213 B
PHP
Executable File
12 lines
213 B
PHP
Executable File
<?php
|
|
/**
|
|
* Options for the htmlok plugin
|
|
*
|
|
* @author saggi <saggi@gmx.de>
|
|
*/
|
|
|
|
|
|
$meta['htmlok'] = array('onoff','_caution' => 'security');
|
|
$meta['phpok'] = array('onoff','_caution' => 'security');
|
|
|