parent
c2155dd14e
commit
11c8ef98c9
3 changed files with 19 additions and 1 deletions
@ -1,2 +1,11 @@ |
|||||||
define('CARDDAV_PERSONAL', 'personal'); |
define('CARDDAV_PERSONAL', 'personal'); |
||||||
define('CARDDAV_URL', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u/Contacts/'); |
define('CARDDAV_URL', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u/Contacts/'); |
||||||
|
{ |
||||||
|
|
||||||
|
my $ro = $sogosync{'ReadOnly'} || 'disabled'; |
||||||
|
|
||||||
|
$OUT .= " define('CARDDAV_READONLY', true);\n" |
||||||
|
if ($ro =~ m/^yes|enabled|1$/); |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
Loading…
Reference in new issue