From: Banana Date: Mon, 1 May 2023 09:32:11 +0000 (+0200) Subject: updated config X-Git-Tag: 1.5~1 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=91ca2bad16d09fff28036d44bdf5ede72a160110;p=bibliotheca-php.git updated config --- 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