mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-05 01:34:18 +03:00
Minor update for an Issue #79
This commit is contained in:
parent
f79ed0fb76
commit
74a5d41272
|
@ -80,7 +80,6 @@ def __setRequestParams():
|
|||
if conf.data:
|
||||
if hasattr(conf.data, UNENCODED_ORIGINAL_VALUE):
|
||||
original = getattr(conf.data, UNENCODED_ORIGINAL_VALUE)
|
||||
conf.data = type(conf.data)(conf.data.replace("\n", " "))
|
||||
setattr(conf.data, UNENCODED_ORIGINAL_VALUE, original)
|
||||
else:
|
||||
conf.data = conf.data.replace("\n", " ")
|
||||
|
|
Loading…
Reference in New Issue
Block a user