mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +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 = "please provide the web server document root "
|
||||||
message += "[%s]: " % ",".join(root for root in defaultDocRoot)
|
message += "[%s]: " % ",".join(root for root in defaultDocRoot)
|
||||||
inputDocRoot = readInput(message, default=defaultDocRoot[0])
|
inputDocRoot = readInput(message, default=defaultDocRoot)
|
||||||
|
|
||||||
if inputDocRoot:
|
if inputDocRoot:
|
||||||
if isinstance(inputDocRoot, basestring):
|
if isinstance(inputDocRoot, basestring):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user