gunnar: server/kolab-webclient/nag/configuration/nag-2.3.4 conf.php, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Fri Jan 22 22:19:16 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/nag/configuration/nag-2.3.4
In directory doto:/tmp/cvs-serv20494/kolab-webclient/nag/configuration/nag-2.3.4

Added Files:
	conf.php 
Log Message:
Add mnemo and nag.

--- NEW FILE: conf.php ---
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: nag/config/conf.xml,v 1.25.10.2 2007/12/20 14:23:06 jan Exp $
$conf['storage']['driver'] = 'kolab';
$conf['menu']['print'] = true;
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array();
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
if (file_exists(dirname(__FILE__) . '/conf.local.php')) {
  require(dirname(__FILE__) . '/conf.local.php');
}






More information about the commits mailing list