updating installer
This commit is contained in:
@@ -46,7 +46,7 @@ if ($conn->query($sql) === TRUE) {
|
||||
$conn->close();
|
||||
|
||||
// Connect to the new database
|
||||
$conn = new mysqli($DB_SERVERNAME, $DB_USERNAME, $DB_PASSWORD);
|
||||
$conn = new mysqli($DB_SERVERNAME, $DB_USERNAME, $DB_PASSWORD,$DB_DATABASE);
|
||||
|
||||
// Check connection
|
||||
if ($conn->connect_error) {
|
||||
|
||||
Reference in New Issue
Block a user