xref: /plugin/usersettings/conf/default.php (revision d00c9837cc1955f190d39d9e5c8adb79eb3c011d)
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