mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Merge branch 'master' of github.com:sqlmapproject/sqlmap
This commit is contained in:
commit
b6f7da6832
|
@ -147,7 +147,7 @@ def main():
|
|||
|
||||
send_email(msg)
|
||||
else:
|
||||
SUBJECT += "Successful %s" % SUBJECT
|
||||
SUBJECT = "Successful %s" % SUBJECT
|
||||
msg = prepare_email("All test cases were successful\n\n%s" % end_string)
|
||||
send_email(msg)
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<flushSession value="True"/>
|
||||
<disableColoring value="True"/>
|
||||
<verbose value="1"/>
|
||||
<parseErrors value="True"/>
|
||||
<cleanup value="True"/>
|
||||
</global>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user