gunnar: server/kolab-filter/filter config.php,1.1,1.2

cvs at kolab.org cvs at kolab.org
Mon Aug 13 12:06:28 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolab-filter/filter
In directory doto:/tmp/cvs-serv14243/kolab-filter/filter

Modified Files:
	config.php 
Log Message:
Patch for compatibility between old and new horde.

Index: config.php
===================================================================
RCS file: /kolabrepository/server/kolab-filter/filter/config.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- config.php	9 Aug 2007 15:51:20 -0000	1.1
+++ config.php	13 Aug 2007 10:06:26 -0000	1.2
@@ -121,6 +121,12 @@
 // Temporary data storage for the script
 $params['resmgr_filterdir'] = '';
 
+// Activate if you wish to use the new horde framework
+// (horde-framework-kolab) package instead of the old code in
+// kolab-horde-framework. This is still untested and considered
+// UNSAFE!
+$params['use_new_horde'] = false;
+
 //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 //
 // If you modify this file, please do not forget to modify both the





More information about the commits mailing list