mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
Minor cosmetics
This commit is contained in:
parent
c7cf8b2e80
commit
42b2c85517
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user