diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2013-07-15 16:38:30 (GMT) |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2013-07-15 16:38:30 (GMT) |
commit | eff76756ed56dbae307b8d3073489ae8dffb44fc (patch) | |
tree | 574c718d67303b843ebe1ef38e1e2a5ff9e93208 /config | |
parent | 845603b38e1193f0fa0180e6ae8c463d5a289c9c (diff) | |
download | iRony-eff76756ed56dbae307b8d3073489ae8dffb44fc.tar.gz |
Use Apache ENV variables to configure CalDAV/CardDAV/WebDAV services; removed debug code
Diffstat (limited to 'config')
-rw-r--r-- | config/dav.inc.php.sample | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/dav.inc.php.sample b/config/dav.inc.php.sample index 4c43fc3..ebba468 100644 --- a/config/dav.inc.php.sample +++ b/config/dav.inc.php.sample @@ -27,9 +27,6 @@ $rcmail_config = array(); // Log DAV requests to <log_dir>/davdebug $rcmail_config['base_uri'] = null; -// Log DAV requests to <log_dir>/davdebug -$rcmail_config['kolab_dav_debug'] = false; - // User agent string written to kolab storage MIME messages $rcmail_config['useragent'] = 'Kolab DAV Server libkolab/' . RCUBE_VERSION; |