mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Small fixes
This commit is contained in:
parent
be26cd248c
commit
924e846135
8 changed files with 157 additions and 166 deletions
|
|
@ -1457,7 +1457,7 @@ class Actions
|
|||
'registrationLinkUrl' => \trim($oConfig->Get('login', 'registration_link_url', '')),
|
||||
'loginGlassStyle' => (bool) $oConfig->Get('login', 'glass_style', true),
|
||||
'hideSubmitButton' => (bool) $oConfig->Get('login', 'hide_submit_button', true),
|
||||
'activeBackgroud' => (bool) $oConfig->Get('login', 'active_backgroud', true),
|
||||
'activeBackgroud' => (bool) $oConfig->Get('login', 'active_backgroud', false),
|
||||
'jsHash' => \md5(\RainLoop\Utils::GetConnectionToken()),
|
||||
'useImapThread' => (bool) $oConfig->Get('labs', 'use_imap_thread', false),
|
||||
'useImapSubscribe' => (bool) $oConfig->Get('labs', 'use_imap_list_subscribe', true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue