gunnar: server/kolab-webclient-h4/horde-h4/configuration/horde-h4-c3570961b45053e55147c5a77b32caff87edef8f 10-kolab_conf_base.php, 1.1, 1.2

cvs at kolab.org cvs at kolab.org
Thu Feb 18 11:06:55 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient-h4/horde-h4/configuration/horde-h4-c3570961b45053e55147c5a77b32caff87edef8f
In directory doto:/tmp/cvs-serv10085/kolab-webclient-h4/horde-h4/configuration/horde-h4-c3570961b45053e55147c5a77b32caff87edef8f

Modified Files:
	10-kolab_conf_base.php 
Log Message:
Added the next Horde4 piece: imp. Does work on my test install but there are still some major issues and installation on another system should be close but not yet fully functional.

Index: 10-kolab_conf_base.php
===================================================================
RCS file: /kolabrepository/server/kolab-webclient-h4/horde-h4/configuration/horde-h4-c3570961b45053e55147c5a77b32caff87edef8f/10-kolab_conf_base.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 10-kolab_conf_base.php	9 Feb 2010 10:25:29 -0000	1.1
+++ 10-kolab_conf_base.php	18 Feb 2010 10:06:53 -0000	1.2
@@ -1,10 +1,10 @@
 <?php
 
-$conf['debug_level'] = E_ALL & ~E_DEPRECATED;
+$conf['debug_level'] = E_ALL;
 
-$conf['tmpdir'] = dirname(__FILE__) . '/../../../../webclient_data/tmp/';
+$conf['tmpdir'] = dirname(__FILE__) . '/../../../../webclient4_data/tmp/';
 
-$conf['sql']['database'] = dirname(__FILE__) . '/../../../../webclient_data/storage/horde.db';
+$conf['sql']['database'] = dirname(__FILE__) . '/../../../../webclient4_data/storage/horde.db';
 $conf['sql']['mode'] = '0640';
 $conf['sql']['charset'] = 'utf-8';
 $conf['sql']['phptype'] = 'sqlite';
@@ -14,13 +14,13 @@
 $conf['log']['priority'] = PEAR_LOG_DEBUG;
 $conf['log']['ident'] = 'HORDE';
 $conf['log']['params'] = array();
-$conf['log']['name'] = dirname(__FILE__) . '/../../../../webclient_data/log/horde.log';
+$conf['log']['name'] = dirname(__FILE__) . '/../../../../webclient4_data/log/horde.log';
 $conf['log']['params']['append'] = true;
 $conf['log']['type'] = 'file';
 $conf['log']['enabled'] = true;
 
 $conf['prefs']['driver'] = 'file';
-$conf['prefs']['params']['directory'] = dirname(__FILE__) . '/../../../../webclient_data/storage/';
+$conf['prefs']['params']['directory'] = dirname(__FILE__) . '/../../../../webclient4_data/storage/';
 
 $conf['alarms']['params']['driverconfig'] = 'horde';
 $conf['alarms']['params']['ttl'] = 300;
@@ -46,7 +46,7 @@
 $conf['mailer']['type'] = 'smtp';
 
 $conf['vfs']['type'] = 'file';
-$conf['vfs']['params']['vfsroot'] = dirname(__FILE__) . '/../../../../webclient_data/storage';
+$conf['vfs']['params']['vfsroot'] = dirname(__FILE__) . '/../../../../webclient4_data/storage';
 
 $conf['kolab']['enabled'] = true;
 $conf['kolab']['ldap']['port'] = 389;





More information about the commits mailing list