1<?php
2/**
3 * Default settings for the feedback plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8$conf['allowanon']    = 1;
9$conf['include_parent_startpage']    = 0;
10$conf['span_translations']    = 0;
11$conf['send_copy']    = 0;
12