mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
minor minor update
This commit is contained in:
parent
25f1a9c7d0
commit
894b9f0f80
1 changed files with 2 additions and 1 deletions
|
|
@ -245,7 +245,8 @@ def getDocRoot():
|
|||
|
||||
if absFilePathWin:
|
||||
docRoot = "C:/%s" % docRoot.replace("\\", "/")
|
||||
|
||||
|
||||
docRoot = docRoot.replace("//", "/")
|
||||
break
|
||||
|
||||
if docRoot:
|
||||
|
|
|
|||
Loading…
Reference in a new issue