xref: /plugin/acknowledge/conf/default.php (revision 4bf952c9005c7028e75b1ab7185e9d7f7b566d80)
1<?php
2
3/**
4 * Default settings for the acknowledge plugin
5 *
6 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
7 * @author  Anna Dabrowska <dokuwiki@cosmocode.de>
8 */
9
10$conf['approve_integration'] = 1;
11$conf['notification_integration'] = 1;
12