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
|
@ -245,7 +245,8 @@ def getDocRoot():
|
||||||
|
|
||||||
if absFilePathWin:
|
if absFilePathWin:
|
||||||
docRoot = "C:/%s" % docRoot.replace("\\", "/")
|
docRoot = "C:/%s" % docRoot.replace("\\", "/")
|
||||||
|
|
||||||
|
docRoot = docRoot.replace("//", "/")
|
||||||
break
|
break
|
||||||
|
|
||||||
if docRoot:
|
if docRoot:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user