[Tickets #223] NEW: Auto-Configuration

bugs at bugs.horde.org bugs at bugs.horde.org
Tue May 25 11:48:46 PDT 2004


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

-Ticket 223
-Queue: Horde Base
-Created By: 

-Summary:
Auto-Configuration

>From mercury at appisolutions.net (Tue May 25 11:48:45 2004):
I have gotten a few different configurations from the auto-generator. Here
is an example:

*broken
mercury at minerva mercury $ cat
/home/mercury/public_html/horde/config/../genie/config/conf.php
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// : genie/config/conf.xml,v 1.5 2004/01/22 15:02:56 jan Exp $
['storage']['driver'] = 'sql';
['storage']['params']['table'] = 'genie_wishes';
['storage']['params']['driverconfig'] = 'horde';
['menu']['print'] = true;
['menu']['apps'] = array();
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

*working
mercury at minerva mercury $ cat public_html/horde/turba/config/conf.php
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: turba/config/conf.xml,v 1.5 2004/01/15 03:11:20 chuck Exp $
$conf['menu']['import_export'] = true;
$conf['menu']['apps'] = array();
$conf['client']['addressbook'] = 'localsql';
$conf['search']['cache'] = true;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */





http://bugs.horde.org/details.php?id=223

-- 


More information about the bugs mailing list