mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
set global config file path
This commit is contained in:
parent
d5452d8633
commit
d24e9b2bd4
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue