minor renaming

This commit is contained in:
Miroslav Stampar
2012-04-17 08:41:19 +00:00
parent ccd6fb70a8
commit efd27d7ade
4 changed files with 14 additions and 14 deletions

View File

@@ -317,8 +317,8 @@ MIN_RATIO = 0.0
# Maximum value for comparison ratio
MAX_RATIO = 1.0
# Character used for marking injectable position inside URI
URI_INJECTION_MARK_CHAR = '*'
# Character used for marking injectable position inside provided data
CUSTOM_INJECTION_MARK_CHAR = '*'
# Maximum length used for retrieving data over MySQL error based payload due to "known" problems with longer result strings
MYSQL_ERROR_CHUNK_LENGTH = 50