gunnar: server/kolab-freebusy/freebusy config.php,1.5,1.6

cvs at kolab.org cvs at kolab.org
Fri Nov 23 14:39:34 CET 2007


Author: gunnar

Update of /kolabrepository/server/kolab-freebusy/freebusy
In directory doto:/tmp/cvs-serv15550/kolab-freebusy/freebusy

Modified Files:
	config.php 
Log Message:
kolab/issue898 (pfbs from several servers, are not combined into .ifb) + some minor fixes to kolab-freebusy.

Index: config.php
===================================================================
RCS file: /kolabrepository/server/kolab-freebusy/freebusy/config.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- config.php	22 Nov 2007 16:58:33 -0000	1.5
+++ config.php	23 Nov 2007 13:39:32 -0000	1.6
@@ -102,6 +102,16 @@
  */
 $conf['fb']['send_content_disposition'] = false;
 
+/* Are there remote servers on which users have additional (shared)
+ * folders? In that case free/busy information should also be fetched
+ * from these servers.
+ *
+ * Add them like this:
+ *
+ * array('remote1.example.com', 'remote2.example.com')
+ */
+$conf['fb']['remote_servers'] = array();
+
 //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 //
 // If you modify this file, please do not forget to modify both the





More information about the commits mailing list