1<?php
2/**
3 * Default settings for the userpagecreate plugin
4 *
5 * @author Adrian Lang <lang@cosmocode.de>
6 */
7
8$conf['target'] = '';
9$conf['template'] = '';
10$conf['create_summary'] = 'userpage automatically created by createuserpage plugin';
11$conf['delete'] = 0;
12