[WebAuthn] cleanup

This commit is contained in:
FreddleSpl0it
2022-01-18 10:23:32 +01:00
parent 6788c528cf
commit 0e4ddacf92
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ function init_db_schema() {
try {
global $pdo;
$db_version = "31102021_0621";
$db_version = "18012022_1020";
$stmt = $pdo->query("SHOW TABLES LIKE 'versions'");
$num_results = count($stmt->fetchAll(PDO::FETCH_ASSOC));