Update create_acc.php

This commit is contained in:
jakani24
2024-04-26 14:08:30 +02:00
parent f5ff20cd53
commit fbe38379b7

View File

@@ -205,7 +205,7 @@ try {
require_once 'WebAuthn.php'; require_once 'WebAuthn.php';
// Assuming you've already established a database connection here // Assuming you've already established a database connection here
include "../../config.php"; include "../config.php";
$conn = new mysqli($DB_SERVERNAME, $DB_USERNAME, $DB_PASSWORD,$DB_DATABASE); $conn = new mysqli($DB_SERVERNAME, $DB_USERNAME, $DB_PASSWORD,$DB_DATABASE);
if ($conn->connect_error) { if ($conn->connect_error) {
$success=0; $success=0;