mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
Minor patch
This commit is contained in:
parent
768e5da589
commit
c1e3431877
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class HTTPMETHOD:
|
|||
POST = "POST"
|
||||
HEAD = "HEAD"
|
||||
PUT = "PUT"
|
||||
DELETE = "DETELE"
|
||||
DELETE = "DELETE"
|
||||
TRACE = "TRACE"
|
||||
OPTIONS = "OPTIONS"
|
||||
CONNECT = "CONNECT"
|
||||
|
|
|
|||
Loading…
Reference in a new issue