X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=mailid.php;h=3c851cab1d80c2c5e3d9e00fec31adda3da0a7d7;hp=68192d26c8513eb9c137034ed41137a5dbac4111;hb=60494e212a67fe360bfbb481eb4928480a6f379b;hpb=8a9324b2d931f54f54f4319fd7234910af77012c diff --git a/mailid.php b/mailid.php index 68192d26c8..3c851cab1d 100644 --- a/mailid.php +++ b/mailid.php @@ -200,7 +200,7 @@ if (defined('mxchange_installed') && (mxchange_installed)) // Error code is set? if (!empty($msg)) { - LOAD_URL(URL."/modules.php?module=index&msg=".$msg); + LOAD_URL("modules.php?module=index&msg=".$msg); } require_once(PATH."inc/footer.php");