use subdir

This commit is contained in:
jkaberg 2014-08-11 19:43:27 +02:00
parent a80c076d8f
commit b5928de740
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ define('CALDAV_SERVER', 'https://localhost');
define('CALDAV_PORT', '443');
// Path
define('CALDAV_PATH', '/remote.php/caldav/calendars/%u/');
define('CALDAV_PATH', '/owncloud/remote.php/caldav/calendars/%u/');
// Personal CalDAV folder (calendar folder/principal)
define('CALDAV_PERSONAL', '');

View File

@ -71,7 +71,7 @@ define('CARDDAV_PATH', '/remote.php/carddav/addressbooks/%u/');
// %u: replaced with the username
// %d: replaced with the domain
// Add the trailing /
define('CARDDAV_DEFAULT_PATH', '/remote.php/carddav/addressbooks/%u/contacts/');
define('CARDDAV_DEFAULT_PATH', '/owncloud/remote.php/carddav/addressbooks/%u/contacts/');
// Server path to the GAL addressbook. This addressbook is readonly and searchable by the user, but it will NOT be synced.
// If you don't want GAL, comment it