1<?php 2/** 3 * Options for the runcommand plugin 4 * 5 * @author Alessandro Celli <aelsantex@gmail.com> 6 */ 7 8$meta['rc_debug_level'] = array('multichoice','_choices' => array('0','1','2','3')); 9$meta['safe_scripts'] = array('onoff'); 10$meta['script_dir'] = array('string'); 11$meta['rc_default_dateformat'] = array('string'); 12 13