
/**
 ** Category System Settings
 **/

/* What backend should we use for Horde Categories? Valid options are
 * currently 'none' and 'sql'. In the case of 'none', the categories
 * only live for the duration of a single request - they are NOT
 * stored in the user's session.
 */
$conf['category']['driver'] = 'none';

/* An array holding any parameters that the Category object will need
 * to function correctly.
 */
$conf['category']['params'] = array();

