11include_once
'./class/settingmanager.php';
15$content = $sm->checkData();
17if ( ! empty( $content ) ) {
18 $wizard->setTitle( _INSTALL_L93 );
19 $wizard->setContent( $content . $sm->editform() );
20 $wizard->setNext( [
'dbconfirm', _INSTALL_L91 ] );
22 $wizard->setContent( $sm->confirmForm() );