Subversion Repositories oidplus

Rev

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

Rev 1131 Rev 1143
Line 199... Line 199...
199
echo '</body>';
199
echo '</body>';
200
 
200
 
201
echo '</html>';
201
echo '</html>';
202
 
202
 
203
$cont = ob_get_contents();
203
$cont = ob_get_contents();
-
 
204
if (!$cont) $cont = '';
204
ob_end_clean();
205
ob_end_clean();
205
 
206
 
206
if ($do_edits && !$errors_happened)  {
207
if ($do_edits && !$errors_happened)  {
207
        OIDplus::config()->setValue('oobe_main_done', '1');
208
        OIDplus::config()->setValue('oobe_main_done', '1');
208
        OIDplus::invoke_shutdown();
209
        OIDplus::invoke_shutdown();