Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4655719

Browse files
committed
Minor update of doc root names
1 parent 8817a2d commit 4655719

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
BOLD_PATTERNS = ("' injectable", "might be injectable", "' is vulnerable", "is not injectable", "test failed", "test passed", "live test final result", "test shows that")
492492

493493
# Generic www root directory names
494-
GENERIC_DOC_ROOT_DIRECTORY_NAMES = ("htdocs", "wwwroot", "www")
494+
GENERIC_DOC_ROOT_DIRECTORY_NAMES = ("htdocs", "httpdocs", "public", "wwwroot", "www")
495495

496496
# Maximum length of a help part containing switch/option name(s)
497497
MAX_HELP_OPTION_LENGTH = 18

0 commit comments

Comments
 (0)