1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/webmails/roundcube
Mildred Ki'Lya b7ece9f9b8 roundcube: fix host parametrization
Roundcube can be parametrized so it can take a different hostname than
'front' or 'imap' to connect to the mail servers through environment
variables. Unfortunately, this was not correct and in PHP a `||`
operator always returns a boolean. It did not work as expected.

Instead use the ternary operator `:?` that works in all cases.
2018-06-27 16:40:04 +00:00
..
config.inc.php roundcube: fix host parametrization 2018-06-27 16:40:04 +00:00
Dockerfile [Security] Update Roundcube to 1.3.6 2018-04-15 08:04:54 -05:00
php.ini This sets the max attachment size in roundcube 2017-11-30 19:16:11 -05:00
start.sh Enable enigma for testing in Roundcube, fixes #391 2018-03-05 21:32:31 +01:00