set global config file path

This commit is contained in:
ziirish 2014-08-05 22:36:16 +02:00
parent d5452d8633
commit d24e9b2bd4

View file

@ -21,7 +21,8 @@ if __name__ == '__main__':
conf = options.config
else:
conf = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'burpui.cfg')
app.config['CFG'] = conf
app.config['CFG'] = conf
bui.setup(conf)
bui.run(d)