[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */ 3 // $Horde: horde/config/conf.xml,v 1.79 2005/02/16 15:42:35 jan Exp $ 4 $conf['debug_level'] = E_ERROR | E_WARNING | E_PARSE; 5 $conf['max_exec_time'] = 0; 6 $conf['use_ssl'] = 2; 7 $conf['server']['name'] = $_SERVER['SERVER_NAME']; 8 $conf['server']['port'] = $_SERVER['SERVER_PORT']; 9 $conf['compress_pages'] = true; 10 $conf['umask'] = 077; 11 $conf['session']['name'] = 'Horde'; 12 $conf['session']['cache_limiter'] = 'nocache'; 13 $conf['session']['timeout'] = 0; 14 $conf['cookie']['domain'] = $_SERVER['SERVER_NAME']; 15 $conf['cookie']['path'] = '/horde'; 16 $conf['auth']['admins'] = array('Administrator'); 17 $conf['auth']['checkip'] = true; 18 $conf['auth']['params']['username'] = 'Administrator'; 19 $conf['auth']['params']['requestuser'] = false; 20 $conf['auth']['driver'] = 'auto'; 21 $conf['log']['priority'] = PEAR_LOG_INFO; 22 $conf['log']['ident'] = 'EGWSYNC'; 23 $conf['log']['params'] = array(); 24 $conf['log']['name'] = '/tmp/egroupware_syncml.log'; 25 $conf['log']['params']['append'] = true; 26 $conf['log']['type'] = 'file'; 27 $conf['log']['enabled'] = true; 28 $conf['log_accesskeys'] = false; 29 $conf['prefs']['driver'] = 'none'; 30 $conf['datatree']['params']['driverconfig'] = 'horde'; 31 $conf['datatree']['driver'] = 'sql'; 32 $conf['group']['driver'] = 'datatree'; 33 #$conf['cache']['default_lifetime'] = 1800; 34 #$conf['cache']['params']['dir'] = Horde::getTempDir(); 35 #$conf['cache']['driver'] = 'file'; 36 $conf['token']['driver'] = 'none'; 37 $conf['sessionhandler']['type'] = 'none'; 38 $conf['problems']['email'] = 'webmaster@example.com'; 39 $conf['hooks']['username'] = false; 40 $conf['hooks']['preauthenticate'] = false; 41 $conf['hooks']['postauthenticate'] = false; 42 $conf['hooks']['authldap'] = false; 43 $conf['kolab']['enabled'] = false; 44 /* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |