updating installer

This commit is contained in:
jakani24
2024-01-14 13:43:14 +01:00
parent 9b48fbe907
commit 5d5a148f61
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
$password=htmlspecialchars($_POST["password"]);
$permissions="1111111111";
// Create connection
$conn = new mysqli($servername, $username, $password);
$conn = new mysqli($DB_SERVERNAME, $DB_USERNAME, $DB_PASSWORD,$DB_DATABASE);
// Check connection
if ($conn->connect_error) {