mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Another fix (related to the last commit)
This commit is contained in:
parent
071f4c8a2b
commit
c200b2cb19
3 changed files with 11 additions and 15 deletions
|
|
@ -217,8 +217,6 @@ class Web:
|
|||
|
||||
if not isWindowsDriveLetterPath(directory) and not directory.startswith('/'):
|
||||
directory = "/%s" % directory
|
||||
else:
|
||||
directory = directory[2:] if isWindowsDriveLetterPath(directory) else directory
|
||||
|
||||
if not directory.endswith('/'):
|
||||
directory += '/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue