mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
removed that "leftover"
This commit is contained in:
parent
accaf0b3bd
commit
02228f9d35
|
@ -340,7 +340,7 @@ lastChar = 0
|
||||||
|
|
||||||
# SQL statement to be executed.
|
# SQL statement to be executed.
|
||||||
# Example: SELECT 'foo', 'bar'
|
# Example: SELECT 'foo', 'bar'
|
||||||
query = INSERT INTO users VALUES (9, 'café', 'test')
|
query =
|
||||||
|
|
||||||
# Prompt for an interactive SQL shell.
|
# Prompt for an interactive SQL shell.
|
||||||
# Valid: True or False
|
# Valid: True or False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user