Subversion Repositories oidplus

Rev

Rev 76 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 76 Rev 104
Line 40... Line 40...
40
 
40
 
41
        public function gui($id, &$out, &$handled) {
41
        public function gui($id, &$out, &$handled) {
42
                // nothing
42
                // nothing
43
        }
43
        }
44
 
44
 
45
        public function tree(&$json, $ra_email=null) {
45
        public function tree(&$json, $ra_email=null, $nonjs=false) {
46
                // nothing
46
                return false;
47
        }
47
        }
48
 
48
 
49
        public function init($html=true) {
49
        public function init($html=true) {
50
                OIDplus::config()->prepareConfigKey('registration_done', 'Registration wizard done once?', '0', 1, 0);
50
                OIDplus::config()->prepareConfigKey('registration_done', 'Registration wizard done once?', '0', 1, 0);
51
                OIDplus::config()->prepareConfigKey('reg_enabled', 'Register your system to the ViaThinkSoft directory?', '0', 0, 1);
51
                OIDplus::config()->prepareConfigKey('reg_enabled', 'Register your system to the ViaThinkSoft directory?', '0', 0, 1);