X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=modules.php;h=41b049938a9696da4f5f66f0e3fe7206129a7881;hp=f8fbe88fb7616f5c9e4bc5ae0d07c857426929ee;hb=c3822adad779fbfc5650f2a50880765375578200;hpb=307a4e11763f0914e73dc756b219356e1c29ab25 diff --git a/modules.php b/modules.php index f8fbe88fb7..41b049938a 100644 --- a/modules.php +++ b/modules.php @@ -109,7 +109,7 @@ if ((!empty($_CONFIG['maintenance'])) && ($_CONFIG['maintenance'] == "Y") && (!I case "mem_only": case "done": // Construct module name - define('__MODULE', sprintf(PATH."inc/modules/%s.php", $GLOBALS['module'])); + define('__MODULE', sprintf("%sinc/modules/%s.php", PATH, $GLOBALS['module'])); // Does the module exists on local file system? if (((file_exists(__MODULE)) || (!empty($URL))) && (sizeof($FATAL) == 0))