1<?php 2 3$meta['allowallusers'] = array('onoff'); 4$meta['depth'] = array('numeric'); 5$meta['skipacl'] = array('onoff'); 6$meta['zipfilename'] = array('string'); 7$meta['exclude'] = array('string'); 8$meta['max_execution_time'] = array('numeric'); 9$meta['zipfilename'] = array('string'); 10$meta['ignoreNon200'] = array('onoff'); 11 12$meta['debugLevel'] = array('multichoice','_choices' => array('5','4','3','2','1')); 13$meta['debugFile'] = array('string'); 14 15$meta['cachetime'] = array('numeric'); 16 17$meta['useOddEven'] = array('onoff'); 18 19$meta['defaultAuthenticationUser'] = array('string'); 20$meta['defaultAuthenticationPassword'] = array('password'); 21 22//Setup VIM: ex: et ts=2 enc=utf-8 : 23