From c5e12dc1cf8d93d3fa408d57938b93fda506330a Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Thu, 11 Apr 2019 14:52:51 +0200 Subject: Include /etc/roundcubemail/kolab_syncroton.inc.php --- share/templates/roundcubemail/config.inc.php.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/templates/roundcubemail/config.inc.php.tpl b/share/templates/roundcubemail/config.inc.php.tpl index 663473c..5e80898 100644 --- a/share/templates/roundcubemail/config.inc.php.tpl +++ b/share/templates/roundcubemail/config.inc.php.tpl @@ -246,4 +246,6 @@ \$config['fileapi_manticore'] = 'http://' . \$_SERVER['HTTP_HOST'] . ':8080'; + @include('/etc/roundcubemail/kolab_syncroton.inc.php'); + ?> -- cgit v1.1