mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-02-07 14:06:34 +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