Ejemplo n.º 1
0
                     $content .= "<p>" . _INSTALL_L130 . "</p>";
                     $b_next = array('updateTables', _INSTALL_L14);
                 } else {
                     $content .= _NGIMG . _INSTALL_L131 . "<br />";
                     $content .= "</td></tr></table>\n";
                 }
             }
         }
     }
     include 'install_tpl.php';
     break;
 case "createDB":
     include_once "../mainfile.php";
     include_once './class/dbmanager.php';
     $dbm = new db_manager();
     if (!$dbm->createDB()) {
         $content = "<p>" . _INSTALL_L31 . "</p>";
         $b_next = array('checkDB', _INSTALL_L104);
         $b_back = array('start', _INSTALL_L103);
     } else {
         $content = "<p>" . sprintf(_INSTALL_L43, XOOPS_DB_NAME) . "</p>";
         $b_next = array('checkDB', _INSTALL_L104);
     }
     include 'install_tpl.php';
     break;
 case "createTables":
     include_once "../mainfile.php";
     include_once './class/dbmanager.php';
     $dbm = new db_manager();
     //$content = "<table align='center'><tr><td align='left'>\n";
     $tables = array();