mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-26 03:20:57 +00:00
revert of r3274
This commit is contained in:
parent
156d8cd99b
commit
dba2f74588
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue