v2.4.2: frontend enhancements, user/get fix

This commit is contained in:
2024-05-13 20:32:31 +02:00
parent 150e4eb195
commit df4582c7e5
11 changed files with 47 additions and 31 deletions

View File

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