mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-29 18:23:16 +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 conf.data:
|
||||||
if hasattr(conf.data, UNENCODED_ORIGINAL_VALUE):
|
if hasattr(conf.data, UNENCODED_ORIGINAL_VALUE):
|
||||||
original = getattr(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)
|
setattr(conf.data, UNENCODED_ORIGINAL_VALUE, original)
|
||||||
else:
|
else:
|
||||||
conf.data = conf.data.replace("\n", " ")
|
conf.data = conf.data.replace("\n", " ")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user