mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-28 17:03:10 +03:00
fix regarding Bug #164 (Proper usage of special characters in paths) - not clear if that's all
This commit is contained in:
parent
938a3ab0b9
commit
bece99908c
|
@ -234,4 +234,4 @@ def queriesParser():
|
||||||
|
|
||||||
checkFile(xmlfile)
|
checkFile(xmlfile)
|
||||||
handler = queriesHandler()
|
handler = queriesHandler()
|
||||||
parse(xmlfile, handler)
|
parse(open(xmlfile), handler)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user