1<?php
2/**
3 * Default settings for the denyactions plugin
4 *
5 * @author Otto Vainio <otto@valjakko.net>
6 */
7
8$conf['denyactions']    = '';
9$conf['denyrev'] = 0;
10$conf['denystyle'] = 'msg';
11
12