1<?php
2$conf['host']       	= 'example.org';
3$conf['bug_url']        = 'http://'.$conf['host'].'/bugzilla/show_bug.cgi?id=';
4$conf['bug_xml_url']	= 'http://'.$conf['host'].'/bugzilla/show_bug.cgi?ctype=xml&id='
5?>
6