From 46557198a5a7551048733e5135ca5970f1d4fa34 Mon Sep 17 00:00:00 2001 From: stamparm Date: Mon, 29 Apr 2013 10:50:04 +0200 Subject: [PATCH] Minor update of doc root names --- lib/core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 213dc9df6..8dd2cbafb 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -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