X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Finc-functions.php;h=a001ed06a1afa49456b66c25419dfb726a3adae7;hp=a2a63b59298d2fc8443b330fa35f2fdd0789e743;hb=5071030af40e69ca4284642f44758964e18f5be8;hpb=3dc2d90bb1fb18124d214dd0aa06f0d3489393e6 diff --git a/inc/inc-functions.php b/inc/inc-functions.php index a2a63b5929..a001ed06a1 100644 --- a/inc/inc-functions.php +++ b/inc/inc-functions.php @@ -70,7 +70,7 @@ function getArrayFromDirectory ($baseDir, $prefix, $includeDirs = false, $addBas // Steps over this returned $baseFile-Name, when it matches the $excludePattern if (preg_match($excludePattern, $baseFile, $match)) { // These Lines are only for debugging!! - //$INC = $baseDir . '/' . $baseFile; + //$INC = $baseDir . '/' . $baseFile; //$FQFN = constant('PATH') . $INC; //echo '
$baseDir:'.print_r($baseDir, true).'
'; //echo '
$baseDir:'.print_r(constant('PATH') . $baseDir, true).'
';