/**
* Bibliotheca
*
- * Copyright 2018-2022 Johannes Keßler
+ * Copyright 2018-2023 Johannes Keßler
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
const DB_PREFIX = '~dbprefix~'; # a _ is added automatically as separation
## theme support
+# available values are: default, 98
# fallback is default theme
-const UI_THEME = 'default';
+const UI_THEME = 'default';
# session
const SESSION_LIFETIME = 43200; // 8 hours