mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor refactoring
This commit is contained in:
parent
3f4186ce2c
commit
805120ac52
4 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue