install/lib/installer_base.lib.php | ●●●●● patch | view | raw | blame | history |
install/lib/installer_base.lib.php
@@ -300,7 +300,8 @@ $hosts[$item['Host']]['db'] = $conf['mysql']['master_database']; } } if(is_array($hosts)) { foreach($hosts as $host => $value) { /* * Delete ISPConfig user in the master database, in case that it exists @@ -371,6 +372,7 @@ * It is all done. Relod the rights... */ $this->dbmaster->query('FLUSH PRIVILEGES;'); } }