1<?php 2/** 3 * Options for the htmlok plugin 4 * 5 * @author saggi <saggi@gmx.de> 6 */ 7 8 9$meta['htmlok'] = array('onoff','_caution' => 'security'); 10$meta['phpok'] = array('onoff','_caution' => 'security'); 11 12