updating from session to database
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
/*
|
||||
require_once 'WebAuthn.php';
|
||||
try {
|
||||
session_start();
|
||||
@@ -195,13 +196,12 @@ 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
|
||||
@@ -280,5 +280,5 @@ try {
|
||||
|
||||
|
||||
|
||||
*/
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user