mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor minor update
This commit is contained in:
parent
25f1a9c7d0
commit
894b9f0f80
|
@ -246,6 +246,7 @@ def getDocRoot():
|
|||
if absFilePathWin:
|
||||
docRoot = "C:/%s" % docRoot.replace("\\", "/")
|
||||
|
||||
docRoot = docRoot.replace("//", "/")
|
||||
break
|
||||
|
||||
if docRoot:
|
||||
|
|
Loading…
Reference in New Issue
Block a user