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
|
|
@ -251,7 +251,7 @@ class Application extends \RainLoop\Config\AbstractConfig
|
|||
|
||||
'glass_style' => array(true),
|
||||
'hide_submit_button' => array(true),
|
||||
'active_backgroud' => array(true),
|
||||
'active_backgroud' => array(false),
|
||||
|
||||
'forgot_password_link_url' => array('', ''),
|
||||
'registration_link_url' => array('', ''),
|
||||
|
|
@ -446,9 +446,9 @@ Enables caching in the system'),
|
|||
'detect_image_exif_orientation' => array(true),
|
||||
'cookie_default_path' => array(''),
|
||||
'cookie_default_secure' => array(false),
|
||||
'check_new_messages' => array(true),
|
||||
'replace_env_in_configuration' => array(''),
|
||||
'startup_url' => array(''),
|
||||
'nice_social_redirect' => array(true),
|
||||
'strict_html_parser' => array(false),
|
||||
'allow_cmd' => array(false),
|
||||
'dev_email' => array(''),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue