xref: /plugin/lastseen/conf/default.php (revision 0c66c82e53105aa4c75f11f0c3fa59f56f42254a)
1<?php
2/**
3 * Default settings for the lastseen plugin.
4 */
5
6$conf['update_interval']  = 600;   // throttle: min seconds between writes per user
7$conf['show_never']       = 1;     // list users never seen since install
8$conf['show_mail']        = 1;     // show the Email column
9$conf['show_grps']        = 1;     // show the Groups column
10$conf['entries_per_page'] = 20;    // rows per page in the table; 0 == show all
11