1<?php
2/**
3 * Options for the GOTO plugin
4 *
5 * @author cziehr <info@einsatzleiterwiki.de>
6  *@author    Myron Turner <turnermm02@shaw.ca>
7 */
8
9$conf['seconds']       = 3;
10$conf['minSeconds']    = 2;
11$conf['auto_login']    = 0;
12$conf['auto_options'] = ':user_page';
13$conf['common_ns'] = "";
14$conf['group'] = "";
15$conf['group_options'] = 'start_page';
16$conf['only_option'] = 'default';
17