mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
fix configuration file parsing issue
This commit is contained in:
parent
e6c1680b63
commit
33aed2155e
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ g_port = '5000'
|
|||
g_bind = '::'
|
||||
g_refresh = '180'
|
||||
g_liverefresh = '5'
|
||||
g_ssl = ''
|
||||
g_ssl = 'False'
|
||||
g_standalone = 'True'
|
||||
g_sslcert = ''
|
||||
g_sslkey = ''
|
||||
|
|
@ -30,7 +30,7 @@ g_auth = 'basic'
|
|||
g_acl = ''
|
||||
g_storage = ''
|
||||
g_redis = ''
|
||||
g_zip64 = ''
|
||||
g_zip64 = 'False'
|
||||
|
||||
|
||||
class BUIServer(Flask):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue