]> git.mxchange.org Git - mailer.git/blobdiff - confirm.php
Complete rewrite of and , wrapper functions added, see bug #101
[mailer.git] / confirm.php
index 278c428eb8b45de0594fcd3f3d93da1937468dcc..a865009f7cd08b7843557e3330eff071d85850fc 100644 (file)
@@ -49,12 +49,12 @@ require("inc/config.php");
 if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_installed')) && (isBooleanConstantAndTrue('admin_registered'))) {
        // Base URL for redirection
        $URL = "modules.php?module=index&what=confirm&hash=";
-       if (empty($_GET['hash'])) {
+       if (!REQUEST_ISSET_GET(('hash'))) {
                // No refid and we add our refid (don't forget to set $def_refid!)
                $URL = "modules.php?module=index";
        } else {
                // We have an refid here. So we simply add it
-               $URL .= $_GET['hash'];
+               $URL .= REQUEST_GET('hash');
        }
 
        // Load the URL