mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
revert of r3274
This commit is contained in:
parent
156d8cd99b
commit
dba2f74588
|
@ -540,7 +540,7 @@ def getDocRoot():
|
|||
|
||||
message = "please provide the web server document root "
|
||||
message += "[%s]: " % ",".join(root for root in defaultDocRoot)
|
||||
inputDocRoot = readInput(message, default=defaultDocRoot[0])
|
||||
inputDocRoot = readInput(message, default=defaultDocRoot)
|
||||
|
||||
if inputDocRoot:
|
||||
if isinstance(inputDocRoot, basestring):
|
||||
|
|
Loading…
Reference in New Issue
Block a user