
/**
 ** Problem Reporting
 **/

/* Should we display a problem reporting link in Horde application
 * menus?
 */
$conf['problems']['enabled'] = false;

/* If so, where should problem report emails be sent? */
$conf['problems']['email'] = 'postmaster@example.com';

