1<?php 2/** 3 * Default settings for the evesso plugin 4 * 5 * @author Andreas Gohr <andi@splitbrain.org> 6 */ 7 8$conf['info'] = ''; 9$conf['custom-redirectURI'] = ''; 10$conf['eveonline-key'] = ''; 11$conf['eveonline-secret'] = ''; 12$conf['singleService'] = ''; 13$conf['register-on-auth'] = 0; 14$conf['require-corporation'] = ''; 15$conf['require-alliance'] = ''; 16$conf['require-faction'] = ''; 17$conf['login-button'] = 'Text'; 18