PHP Push 2 integration on SME Server. Not maintained anymore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
define('CARDDAV_PERSONAL', 'personal');
|
|
define('CARDDAV_URL', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u/Contacts/');
|
|
{
|
|
my $ro = $sogosync{'ReadOnly'} || 'disabled';
|
|
$ro = ($ro =~ m/^yes|enabled|1$/) ? 'true':'false';
|
|
$OUT .= " define('CARDDAV_READONLY', $ro);\n";
|
|
}
|
|
|