1<?php 2/** 3 * Default settings for the whoisonline plugin 4 * 5 * @author Matthew Mills <millsm@csus.edu> 6 */ 7 8$conf['minutesTillAway'] = 5; 9$conf['ignoreAnonymous'] = 1; 10$conf['displayline'] = "{username}"; 11