Subversion Repositories oidplus

Rev

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

Rev 366 Rev 368
Line 22... Line 22...
22
        public function gui($id, &$out, &$handled) {
22
        public function gui($id, &$out, &$handled) {
23
                // Nothing
23
                // Nothing
24
        }
24
        }
25
 
25
 
26
        public function init($html=true) {
26
        public function init($html=true) {
-
 
27
                OIDplus::config()->deleteConfigKey('reg_wizard_done');
27
                OIDplus::config()->prepareConfigKey('oobe_main_done', '"Out Of Box Experience" wizard for the system settings done once?', '0', OIDplusConfig::PROTECTION_HIDDEN, function($value) {});
28
                OIDplus::config()->prepareConfigKey('oobe_main_done', '"Out Of Box Experience" wizard for the system settings done once?', '0', OIDplusConfig::PROTECTION_HIDDEN, function($value) {});
28
 
29
 
29
                $oobe_done = OIDplus::config()->getValue('oobe_main_done') == '1';
30
                $oobe_done = OIDplus::config()->getValue('oobe_main_done') == '1';
30
 
31
 
31
                foreach (OIDplus::getPagePlugins() as $plugin) {
32
                foreach (OIDplus::getPagePlugins() as $plugin) {