updating errors

This commit is contained in:
jakani24
2024-01-14 13:40:51 +01:00
parent 98682a5c27
commit 65a8914087
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<?php
$servername = "cyberhex-db";
$username = "root";
$password = "1234";
$database = "cyberhex_db";
$DB_SERVERNAME = "cyberhex-db";
$DB_USERNAME = "root";
$DB_PASSWORD = "1234";
$DB_DATABASE = "cyberhex_db";
?>