Minor update of doc root names

This commit is contained in:
stamparm 2013-04-29 10:50:04 +02:00
parent 8817a2d657
commit 46557198a5

View File

@ -491,7 +491,7 @@ CHECK_ZERO_COLUMNS_THRESHOLD = 10
BOLD_PATTERNS = ("' injectable", "might be injectable", "' is vulnerable", "is not injectable", "test failed", "test passed", "live test final result", "test shows that")
# Generic www root directory names
GENERIC_DOC_ROOT_DIRECTORY_NAMES = ("htdocs", "wwwroot", "www")
GENERIC_DOC_ROOT_DIRECTORY_NAMES = ("htdocs", "httpdocs", "public", "wwwroot", "www")
# Maximum length of a help part containing switch/option name(s)
MAX_HELP_OPTION_LENGTH = 18