fix webauthn
Deploy / deploy (push) Successful in 32s

This commit is contained in:
2026-05-07 23:08:16 +02:00
parent 5be6047574
commit ac60587be7
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
<?php
header('Content-Type: application/json');
require_once 'WebAuthn.php';
include "../utils/security.php";
secure_session_start();
require_same_origin_request();
require_csrf_token();
require_once 'WebAuthn.php';
include "../../config/config.php";
$conn = new mysqli($DB_SERVERNAME, $DB_USERNAME, $DB_PASSWORD,$DB_DATABASE);
if ($conn->connect_error) {