mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor minor update
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user