X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Foverview-inc.php;h=85d37c9740751a0548e819755567f7d3c44221f8;hp=2ffdeee1f7d3c2b72692c2cd84957ede3b35d330;hb=c81e9ed85e01215e464d94446773bcd5e6699194;hpb=deb4293fa309b70be72d66b394e7253c8ea7d351 diff --git a/inc/modules/admin/overview-inc.php b/inc/modules/admin/overview-inc.php index 2ffdeee1f7..85d37c9740 100644 --- a/inc/modules/admin/overview-inc.php +++ b/inc/modules/admin/overview-inc.php @@ -49,7 +49,7 @@ function OUTPUT_STANDARD_OVERVIEW(&$result_tasks) { $JOBS_DONE = true; // Open the extension directory - $handle = opendir(PATH."inc/extensions/") or mxchange_die("Cannot read extension directory!"); + $handle = opendir(constant('PATH')."inc/extensions/") or mxchange_die("Cannot read extension directory!"); while ($file = readdir($handle)) { // Is this file an extension? if ((substr($file, 0, 4) == "ext-") && (substr($file, -4) == ".php")) {