This commit is contained in:
Aleksander Machniak 2017-08-01 13:17:19 +02:00
parent 2586d83fa1
commit 3747531f32

View file

@ -169,6 +169,6 @@ $config['kolab_invitation_calendars'] = false;
// Enables displaying of free-busy URL with token-based authentication
// Set it to the prefix URL, e.g. 'https://hostname/freebusy' or just '/freebusy'.
// See freebusy_session_auth in configuration of kolab_auth plugin.
$calendar['calendar_freebusy_session_auth_url'] = null;
$config['calendar_freebusy_session_auth_url'] = null;
?>