Merge branch 'staging' into feature/tfa-flow

This commit is contained in:
DerLinkman
2022-07-04 16:43:49 +02:00
27 changed files with 1605 additions and 141 deletions

View File

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