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