Subversion Repositories oidplus

Rev

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

Rev 104 Rev 106
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, $nonjs=false) {
45
        public function tree(&$json, $ra_email=null, $nonjs=false, $req_goto='') {
46
                return false;
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);