From 0651c4a371260cc555e4e00ca61d08d141aa4ed1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 10 Nov 2023 07:19:54 +0100 Subject: [PATCH] Continued: - replaced svn -> git MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/wrapper-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 0fd8edd6c9..9cbbf6faf1 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -194,7 +194,7 @@ function isDirectory ($FQFN) { $baseName = basename($FQFN); // Check it - $GLOBALS[__FUNCTION__][$FQFN] = ((is_dir($FQFN)) && (!in_array($baseName, array('.', '..', '.svn')))); + $GLOBALS[__FUNCTION__][$FQFN] = ((is_dir($FQFN)) && (!in_array($baseName, array('.', '..', '.git')))); } // END - if // Return the result -- 2.39.5