1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00

[ticket/16661] Exclude extension .git directory in executable check

PHPBB3-16661
This commit is contained in:
Marc Alexander
2020-12-22 21:17:24 +01:00
parent 1b2819065a
commit 8992277ce8

View File

@@ -18,7 +18,7 @@ path="${root}phpBB/ext/${extname}/"
# The following variables MUST NOT contain any wildcard
# Directories to skip
directories_skipped="-path ${path}develop -o -path ${path}vendor"
directories_skipped="-path ${path}develop -o -path ${path}vendor -o -path ${path}.git"
# Files to skip
files_skipped="-false"