gunnar: server/kolab-webclient/kronolith/configuration/kronolith-2.3.3 conf.php, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Fri Jan 22 17:02:08 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/kronolith/configuration/kronolith-2.3.3
In directory doto:/tmp/cvs-serv10728/configuration/kronolith-2.3.3

Added Files:
	conf.php 
Log Message:
Prepare installable version of kronolith. Kolab patches still need to be merged.

--- NEW FILE: conf.php ---
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: kronolith/config/conf.xml,v 1.14.10.5 2007/12/20 14:12:23 jan Exp $
$conf['calendar']['driver'] = 'kolab';
$conf['storage']['driver'] = 'kolab';
$conf['storage']['default_domain'] = '';
$conf['storage']['freebusy']['protocol'] = 'https';
$conf['storage']['freebusy']['port'] = 443;
$conf['metadata']['keywords'] = false;
$conf['autoshare']['shareperms'] = 'none';
$conf['holidays']['enable'] = true;
$conf['menu']['print'] = true;
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array();
$conf['authenticated_freebusy'] = true;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
if (file_exists(dirname(__FILE__) . '/kolab.php')) {
  require_once(dirname(__FILE__) . '/kolab.php');
}





More information about the commits mailing list