Subversion Repositories oidplus

Rev

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

Rev 1050 Rev 1055
Line 512... Line 512...
512
        }
512
        }
513
 
513
 
514
        public function oobeEntry($step, $do_edits, &$errors_happened)/*: void*/ {
514
        public function oobeEntry($step, $do_edits, &$errors_happened)/*: void*/ {
515
                // Interface 1.3.6.1.4.1.37476.2.5.2.3.1
515
                // Interface 1.3.6.1.4.1.37476.2.5.2.3.1
516
 
516
 
517
                echo '<p><u>'._L('Step %1: System registration and automatic publishing (optional)',$step).'</u></p>';
517
                echo '<h2>'._L('Step %1: System registration and automatic publishing (optional)',$step).'</h2>';
518
 
518
 
519
                if (file_exists(__DIR__ . '/info$'.OIDplus::getCurrentLang().'.html')) {
519
                if (file_exists(__DIR__ . '/info$'.OIDplus::getCurrentLang().'.html')) {
520
                        $info = file_get_contents(__DIR__ . '/info$'.OIDplus::getCurrentLang().'.html');
520
                        $info = file_get_contents(__DIR__ . '/info$'.OIDplus::getCurrentLang().'.html');
521
                } else {
521
                } else {
522
                        $info = file_get_contents(__DIR__ . '/info.html');
522
                        $info = file_get_contents(__DIR__ . '/info.html');