mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor cosmetics
This commit is contained in:
@@ -42,7 +42,7 @@ def direct(query, content=True):
|
||||
break
|
||||
|
||||
if select and not query.upper().startswith("SELECT "):
|
||||
query = "SELECT " + query
|
||||
query = "SELECT %s" % query
|
||||
|
||||
logger.log(9, query)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user