mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor refactoring
This commit is contained in:
parent
0b54553a76
commit
81bd9a201b
8 changed files with 33 additions and 57 deletions
|
|
@ -52,8 +52,6 @@ DUMP_NEWLINE_MARKER = "__NEWLINE__"
|
|||
DUMP_CR_MARKER = "__CARRIAGE_RETURN__"
|
||||
DUMP_DEL_MARKER = "__DEL__"
|
||||
DUMP_TAB_MARKER = "__TAB__"
|
||||
DUMP_START_MARKER = "__START__"
|
||||
DUMP_STOP_MARKER = "__STOP__"
|
||||
|
||||
URI_QUESTION_MARKER = "__QUESTION_MARK__"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue