xref: /plugin/lastseen/conf/default.php (revision 1b84a8a38b9a9da5f86410b2d4d76b5401df1ac5)
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