v2.4.3: Minor frontend bugfix for MFA

This commit is contained in:
2024-05-16 17:07:22 +02:00
parent df4582c7e5
commit b96d0d053c
2 changed files with 5 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ if (is_file($autoLoad)) {
require_once $autoLoad;
}
const WEBBASE_VERSION = "2.4.2";
const WEBBASE_VERSION = "2.4.3";
spl_autoload_extensions(".php");
spl_autoload_register(function ($class) {