mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Renaming conf.pDel to conf.paramDel
This commit is contained in:
parent
95e7ca02f0
commit
0ae8ac707e
7 changed files with 9 additions and 9 deletions
|
|
@ -757,7 +757,7 @@ class Connect(object):
|
|||
cookie = _randomizeParameter(cookie, randomParameter)
|
||||
|
||||
if conf.evalCode:
|
||||
delimiter = conf.pDel or DEFAULT_GET_POST_DELIMITER
|
||||
delimiter = conf.paramDel or DEFAULT_GET_POST_DELIMITER
|
||||
variables = {}
|
||||
originals = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue