]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/bonus_mails.php
Cookie code removed, rewritten, internal URLs are now relative (see LOAD_URL()),...
[mailer.git] / inc / mails / bonus_mails.php
index 2df07aa5a3341fe336803d03e1158349f9163548..b77202d461f1133bae50fa78efc1ca3c42c82af9 100644 (file)
@@ -117,10 +117,10 @@ LIMIT 1",
                        $RECEIVER = implode(";", $UIDs);
 
                        // Prepare URL
-                       $url = URL."/modules.php?module=index&what=login";
+                       $URL = "modules.php?module=index&what=login";
 
                        // Insert mail
-                       ADD_BONUS_MAIL_TO_QUEUE($SUBJECT, $MSG, $RECEIVER, getConfig('bonus_notify_points'), getConfig('bonus_notify_wait'), $url, 0, "normal", SQL_NUMROWS($result_main));
+                       ADD_BONUS_MAIL_TO_QUEUE($SUBJECT, $MSG, $RECEIVER, getConfig('bonus_notify_points'), getConfig('bonus_notify_wait'), $URL, 0, "normal", SQL_NUMROWS($result_main));
                } // END - if
        } // END - if