Florian Schaal
2015-04-27 503bbb5b05c6ec24e1c5dc7afa71cee3ab8578c2
install/lib/installer_base.lib.php
@@ -172,7 +172,7 @@
      }
      //* Set the database name in the DB library
      $this->db->dbName = $conf['mysql']['database'];
      $this->db->setDBName($conf['mysql']['database']);
      //* Load the database dump into the database, if database contains no tables
      $db_tables = $this->db->getTables();
@@ -224,7 +224,7 @@
      $this->db->query('FLUSH PRIVILEGES;');
      //* Set the database name in the DB library
      $this->db->dbName = $conf['mysql']['database'];
      $this->db->setDBName($conf['mysql']['database']);
      $tpl_ini_array = ini_to_array(rf('tpl/server.ini.master'));
@@ -278,8 +278,7 @@
      }
      $server_ini_content = array_to_ini($tpl_ini_array);
      $server_ini_content = mysql_real_escape_string($server_ini_content);
      $mail_server_enabled = ($conf['services']['mail'])?1:0;
      $web_server_enabled = ($conf['services']['web'])?1:0;
      $dns_server_enabled = ($conf['services']['dns'])?1:0;