From 91ca2bad16d09fff28036d44bdf5ede72a160110 Mon Sep 17 00:00:00 2001 From: Banana Date: Mon, 1 May 2023 11:32:11 +0200 Subject: [PATCH] updated config --- webclient/config/config.php.default | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webclient/config/config.php.default b/webclient/config/config.php.default index 82f5527..1f51cb7 100644 --- a/webclient/config/config.php.default +++ b/webclient/config/config.php.default @@ -2,7 +2,7 @@ /** * 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. @@ -38,8 +38,9 @@ const DB_NAME = '~dbname~'; 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 -- 2.39.5