X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Forder.php;h=c6c5be24a52e0b06b4f7712e4b19d9b01b423204;hp=8df46153fc3307a7d9aea2c5b4d63e04d9ba9b85;hb=e71e9e1380d65ccd06beef6fbc594bec10371f5f;hpb=bb47f1005eabd32848497388bf0e99012b6fd1cf diff --git a/inc/modules/order.php b/inc/modules/order.php index 8df46153fc..c6c5be24a5 100644 --- a/inc/modules/order.php +++ b/inc/modules/order.php @@ -41,10 +41,10 @@ if (!defined('__SECURITY')) { return; } elseif (!IS_MEMBER()) { // Sorry, no guest access! - $URL = URL."/modules.php?module=index"; + $URL = "modules.php?module=index"; } elseif (empty($_GET['order'])) { // You cannot call this module directly! - $URL = URL."/modules.php?module=login&what=order"; + $URL = "modules.php?module=login&what=order"; } // When URL is empty nothing bad happend here @@ -110,7 +110,7 @@ if (empty($URL)) { LOAD_TEMPLATE("member_order-back", false); } else { // Matching line not found or already "placed" in send queue - LOAD_URL(URL."/modules.php?module=login"); + LOAD_URL("modules.php?module=login"); } } else { // Redirect...