]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/order.php
Cookie code removed, rewritten, internal URLs are now relative (see LOAD_URL()),...
[mailer.git] / inc / modules / order.php
index 8df46153fc3307a7d9aea2c5b4d63e04d9ba9b85..c6c5be24a52e0b06b4f7712e4b19d9b01b423204 100644 (file)
@@ -41,10 +41,10 @@ if (!defined('__SECURITY')) {
        return;
 } elseif (!IS_MEMBER()) {
        // Sorry, no guest access!
        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!
 } 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
 }
 
 // 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_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...
        }
 } else {
        // Redirect...