1<?php
2/**
3 * Options for the groupmgr plugin
4 *
5 * @author Alex Forencich <alex@alexforencich.com>
6 */
7
8
9$meta['forbidden_groups'] = array('string');
10$meta['require_conf_namespace'] = array('onoff');
11$meta['conf_namespace'] = array('string');
12
13