mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Renaming conf.pDel to conf.paramDel
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user