Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy Frew
Sympl
Commits
73ca803c
Commit
73ca803c
authored
May 13, 2016
by
Patrick J Cherry
Browse files
webmail: Fixed main.symbiosis.inc.php syntax.
parent
9834f172
Changes
1
Hide whitespace changes
Inline
Side-by-side
webmail/roundcube/main.symbiosis.inc.php
View file @
73ca803c
...
...
@@ -9,7 +9,7 @@
/*
* Make sure the configuration array is defined.
*/
if
!
is_array
(
$rcmail_config
)
{
if
(
!
is_array
(
$rcmail_config
)
)
{
$rcmail_config
=
array
();
}
...
...
@@ -58,7 +58,7 @@ if ( array_search("managesieve", $rcmail_config['plugins']) === false ) {
if
(
!
array_key_exists
(
'force_https'
,
$rcmail_config
)
)
{
/*
* Make sure all connections are secure.
* Make sure all connections are secure.
*/
$rcmail_config
[
'force_https'
]
=
true
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment