CALDAV_SERVER -> CALDAV_URL

This commit is contained in:
Daniel Berteaud 2012-06-10 13:13:34 +02:00
parent b770d32668
commit 7c923688dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}');
define('CALDAV_PATH', '/SOGo/dav/%u/');
define('CALDAV_PERSONAL', 'personal');
define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u');
define('CALDAV_URL', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u');
{
my $ro = $sogosync{'ReadOnly'} || 'disabled';