Ejemplo n.º 1
0
     }
     $content .= "</td></tr></table>\n";
     if (!$error) {
         $content .= "<p>" . _INSTALL_L87 . "</p>";
         $b_next = array('dbform', _INSTALL_L89);
     } else {
         $content .= "<p>" . _INSTALL_L46 . "</p>";
         $b_reload = true;
     }
     include 'install_tpl.php';
     break;
 case "dbform":
     include_once '../mainfile.php';
     include_once 'class/settingmanager.php';
     $sm = new setting_manager();
     $sm->readConstant();
     $content = $sm->editform();
     $title = _INSTALL_L90;
     $b_next = array('dbconfirm', _INSTALL_L91);
     include 'install_tpl.php';
     break;
 case "dbconfirm":
     include_once 'class/settingmanager.php';
     $sm = new setting_manager(true);
     $content = $sm->checkData();
     if (!empty($content)) {
         $content .= $sm->editform();
         $b_next = array('dbconfirm', _INSTALL_L91);
         include 'install_tpl.php';
         break;
     }