1<?php
2/**
3 * Options for the Bad Behaviour plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$meta['email'] = array('string');
9$meta['skipblackhole'] = array('onoff');
10
11