mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Language update
This commit is contained in:
parent
28576bf08e
commit
42de887b05
4 changed files with 6 additions and 6 deletions
|
|
@ -2863,7 +2863,7 @@ def setOptimize():
|
|||
conf.nullConnection = not any((conf.data, conf.textOnly, conf.titles, conf.string, conf.notString, conf.regexp, conf.tor))
|
||||
|
||||
if not conf.nullConnection:
|
||||
debugMsg = "turning off --null-connection switch used indirectly by switch -o"
|
||||
debugMsg = "turning off switch '--null-connection' used indirectly by switch '-o'"
|
||||
logger.debug(debugMsg)
|
||||
|
||||
def initTechnique(technique=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue