From: Roland Häder Date: Fri, 10 Nov 2023 06:19:54 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0651c4a371260cc555e4e00ca61d08d141aa4ed1;p=mailer.git Continued: - replaced svn -> git Signed-off-by: Roland Häder --- 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