mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
minor minor update
This commit is contained in:
@@ -246,6 +246,7 @@ def getDocRoot():
|
||||
if absFilePathWin:
|
||||
docRoot = "C:/%s" % docRoot.replace("\\", "/")
|
||||
|
||||
docRoot = docRoot.replace("//", "/")
|
||||
break
|
||||
|
||||
if docRoot:
|
||||
|
||||
Reference in New Issue
Block a user