Cookie code removed, rewritten, internal URLs are now relative (see LOAD_URL()),...
[mailer.git] / confirm.php
index e55e503ee8b6ca6cc2afe00134b91fb04eb562cb..49197dcc2b3317a8dd7aff21858ddccaf47d89ff 100644 (file)
@@ -47,10 +47,10 @@ require("inc/config.php");
 // Is the script installed?
 if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed')) && (isBooleanConstantAndTrue('admin_registered'))) {
        // Base URL for redirection
-       $URL = URL."/modules.php?module=index&what=confirm&hash=";
+       $URL = "modules.php?module=index&what=confirm&hash=";
        if (empty($_GET['hash'])) {
                // No refid and we add our refid (don't forget to set $def_refid!)
-               $URL = URL."/modules.php?module=index";
+               $URL = "modules.php?module=index";
        } else {
                // We have an refid here. So we simply add it
                $URL .= $_GET['hash'];