mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
removed that "leftover"
This commit is contained in:
parent
accaf0b3bd
commit
02228f9d35
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue