mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Minor refactoring
This commit is contained in:
@@ -62,7 +62,7 @@ def __setRequestParams():
|
||||
testableParameters = False
|
||||
|
||||
# Perform checks on GET parameters
|
||||
if conf.parameters.has_key(PLACE.GET) and conf.parameters[PLACE.GET]:
|
||||
if conf.parameters.get(PLACE.GET):
|
||||
parameters = conf.parameters[PLACE.GET]
|
||||
paramDict = paramToDict(PLACE.GET, parameters)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user