This commit is contained in:
jakani24
2024-04-04 22:00:25 +02:00
parent 9fdd5289df
commit ce688d382c
2 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<?php
/*
require_once 'WebAuthn.php';
try {
session_start();
@@ -196,13 +196,13 @@ try {
header('Content-Type: application/json');
print(json_encode($return));
}
*/
?>
<?php
//with db:
/*
require_once 'WebAuthn.php';
// Assuming you've already established a database connection here
@@ -279,6 +279,6 @@ try {
}
*/
?>