CALDAV_SERVER -> CALDAV_URL

tags/0.1.7
Daniel Berteaud 12 years ago
parent b770d32668
commit 7c923688dc
  1. 2
      root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav

@ -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';

Loading…
Cancel
Save