xref: /plugin/usersettings/conf/default.php (revision 54f11439a68c5f07eddd4c7f20a09acd149bde82)
1<?php
2/**
3 * Default settings for the usersettings plugin.
4 */
5
6$conf['show_mail']        = 1;     // show the Email column in the admin overview
7$conf['show_grps']        = 1;     // show the Groups column in the admin overview
8$conf['entries_per_page'] = 20;    // rows per page in the overview; 0 == show all
9